easyconfigs-it4i/l/Lmod/Lmod-7.4.8.eb
Easy Build b31f196b1b new file: l/Lmod/Lmod-7.4.8.eb
modified:   l/Lua/Lua-5.3.4.eb
	new file:   m/MIKE/MIKE-2017.eb
	new file:   q/QuantumESPRESSO/QuantumESPRESSO-5.4.0-foss-2016.04.eb
	modified:   s/ScientificPython/ScientificPython-2.9.4-intel-2017a-Python-2.7.13.eb
	deleted:    l/Lmod/Lmod-7.4.4.eb
2017-04-26 12:55:18 +02:00

29 lines
923 B
Plaintext

easyblock = 'ConfigureMake'
name = "Lmod"
version = "7.4.8"
homepage = "http://sourceforge.net/projects/lmod/"
description = """Lmod is a Lua based module system. Modules allow for dynamic modification
of a user's environment under Unix systems. See www.tacc.utexas.edu/tacc-projects/lmod
for a complete description. Lmod is a new implementation that easily handles the MODULEPATH
Hierarchical problem. It is drop-in replacement for TCL/C modules and reads TCL modulefiles directly."""
toolchain = {'name': 'dummy', 'version': ''}
sources = ['%(version)s.tar.gz']
source_urls = [
'https://github.com/TACC/Lmod/archive',
'http://sourceforge.net/projects/lmod/files/',
'http://sourceforge.net/projects/lmod/files/Testing'
]
dependencies = [("Lua", "5.1.4-8")]
sanity_check_paths = {
'files': ["lmod/%(version)s/libexec/lmod", "lmod/%(version)s/init/profile"],
'dirs': []
}
moduleclass = "tools"