Skip to content
Snippets Groups Projects
Commit df8794f3 authored by Timo Schneider's avatar Timo Schneider
Browse files

add dace to 2023 stage

parent 159d377d
No related branches found
No related tags found
No related merge requests found
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment