From df8794f3128781f42105114f437305cc112d54f4 Mon Sep 17 00:00:00 2001
From: Timo Schneider <timos@inf.ethz.ch>
Date: Fri, 15 Dec 2023 14:27:18 +0100
Subject: [PATCH] add dace to 2023 stage

---
 Golden_Repo/d/dace/dace-0.15-GCCcore-11.3.0.eb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 Golden_Repo/d/dace/dace-0.15-GCCcore-11.3.0.eb

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 000000000..25ef28c66
--- /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"
-- 
GitLab