mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
Merge branch 'it4i-anselm'
This commit is contained in:
commit
cd1fabc0b1
30
l/Lmod/Lmod-8.4.6.eb
Normal file
30
l/Lmod/Lmod-8.4.6.eb
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# IT4Innovations 2020
|
||||||
|
# LK
|
||||||
|
|
||||||
|
easyblock = 'ConfigureMake'
|
||||||
|
|
||||||
|
name = "Lmod"
|
||||||
|
version = "8.4.6"
|
||||||
|
|
||||||
|
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 local_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 = SYSTEM
|
||||||
|
|
||||||
|
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'
|
||||||
|
]
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': [
|
||||||
|
"lmod/%(version)s/libexec/lmod",
|
||||||
|
"lmod/%(version)s/init/profile"],
|
||||||
|
'dirs': []}
|
||||||
|
|
||||||
|
moduleclass = "tools"
|
Loading…
x
Reference in New Issue
Block a user