easyconfigs-it4i/s/Spack/Spack-0.10.1.eb
Lukáš Krupčík 15374a9399 new file: a/Automake/Automake-1.13.4.eb
modified:   l/LAMMPS/LAMMPS-22Sep2017-intel-2017a.eb
	new file:   l/LAMMPS/LAMMPS-23Oct2017-intel-2017a.eb
	new file:   l/LAMMPS/LAMMPS-Makefile.intel_cpu_intelmpi.patch
	new file:   l/LAMMPS/log.lammps
	new file:   s/Spack/Spack-0.10.1.eb
	deleted:    l/LAMMPS/LAMMPS-31Mar2017-intel-2017a-REAXC.eb
2018-01-18 13:06:35 +01:00

27 lines
746 B
Plaintext

easyblock = 'Tarball'
name = 'Spack'
version = '0.10.1'
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'