mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: c/CNTK/CNTK-2.0-foss-2017a-Python-3.6.1.eb new file: c/CNTK/abs.patch new file: c/CNTK/glibc.patch new file: s/SWIG/SWIG-2.0.12-Python-3.6.1.eb new file: s/Spack/Spack-0.10.0.eb deleted: c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb
27 lines
746 B
Plaintext
27 lines
746 B
Plaintext
easyblock = 'Tarball'
|
|
|
|
name = 'Spack'
|
|
version = '0.10.0'
|
|
|
|
homepage = 'https://spack.io/'
|
|
description = """Spack is a package manager for supercomputers, Linux, and macOS. It makes installing scientific
|
|
software easy. With Spack, you can build a package with multiple versions, configurations, platforms, and compilers,
|
|
and all of these builds can coexist on the same machine."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['https://github.com/LLNL/spack/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/spack'],
|
|
'dirs': ['etc/spack/defaults', 'lib/spack', 'share/spack', 'var/spack'],
|
|
}
|
|
|
|
sanity_check_commands = [
|
|
"spack list",
|
|
"spack versions gcc",
|
|
]
|
|
|
|
moduleclass = 'devel'
|