diff --git a/Golden_Repo/d/dace/dace-0.15-GCCcore-11.3.0.eb b/Golden_Repo/d/dace/dace-0.15-GCCcore-11.3.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..25ef28c662141fb6d02969a944f0ec677a222f1a --- /dev/null +++ b/Golden_Repo/d/dace/dace-0.15-GCCcore-11.3.0.eb @@ -0,0 +1,18 @@ +easyblock = "PythonPackage" +name = 'dace' +version = '0.15' +homepage = "https://github.com/spcl/dace" +description = "DaCe is a parallel programming framework that generates high-performance CPU, GPU, and FPGA programs." +source_urls = ['https://github.com/spcl/dace/archive/refs/tags/'] +sources = ['v%(version)s.tar.gz'] +checksums = ['c3dc289c9820bf3416553d9005b89bbb196ab9271d1cb4cfbe5d100ad64477b7'] +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} +use_pip = True +use_pip_for_deps = True +pip_ignore_installed = False +pip_no_index = False +download_dep_fail = False +runtest = False +dependencies = [('Python', '3.10.4')] +sanity_pip_check = True +installopts = "--use-feature=in-tree-build"