easyconfigs-it4i/s/Spack/Spack-0.10.0.eb
Lukáš Krupčík d1c3c8dfd4 modified: b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb
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
2017-07-07 13:36:29 +02:00

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'