summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/lmod
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2019-05-24 19:45:53 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2019-05-24 12:45:52 -0500
commit1bd4521f723f7ac1d901423829ca965aeb00f9de (patch)
tree4de65459ed70a6bd572eea38b3e0f3b451ef1214 /var/spack/repos/builtin/packages/lmod
parent6212e0d9b22f8c5e461d51000247407c8b0fa6c3 (diff)
downloadspack-1bd4521f723f7ac1d901423829ca965aeb00f9de.tar.gz
spack-1bd4521f723f7ac1d901423829ca965aeb00f9de.tar.bz2
spack-1bd4521f723f7ac1d901423829ca965aeb00f9de.tar.xz
spack-1bd4521f723f7ac1d901423829ca965aeb00f9de.zip
Updated lmod (to version 8.1.5) and associated dependencies (#11552)
Lmod version 8.1.5 Lua version 5.3.5 Lua Filesystem 1.7.0.2 Turned tcl to a link dependency so that Lmod's configure can find it.
Diffstat (limited to 'var/spack/repos/builtin/packages/lmod')
-rw-r--r--var/spack/repos/builtin/packages/lmod/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/lmod/package.py b/var/spack/repos/builtin/packages/lmod/package.py
index c7652760dd..d80de5cfd4 100644
--- a/var/spack/repos/builtin/packages/lmod/package.py
+++ b/var/spack/repos/builtin/packages/lmod/package.py
@@ -19,6 +19,8 @@ class Lmod(AutotoolsPackage):
homepage = 'https://www.tacc.utexas.edu/research-development/tacc-projects/lmod'
url = 'https://github.com/TACC/Lmod/archive/7.4.11.tar.gz'
+ version('8.1.5', sha256='3e5846d3d8e593cbcdfa0aed1474569bf5b5cfd19fd288de22051823d449d344')
+ version('8.0.9', sha256='9813c22ae4dd21eb3dc480f6ce307156512092b4bca954bf8aacc15944f23673')
version('7.8.15', sha256='00a257f5073d656adc73045997c28f323b7a4f6d901f1c57b7db2b0cd6bee6e6')
version('7.8', sha256='40388380a36a00c3ce929a9f88c8fffc93deeabf87a7c3f8864a82acad38c3ba')
version('7.7.29', 'bd3f171995e6863505e8a958d158ced1')
@@ -40,7 +42,7 @@ class Lmod(AutotoolsPackage):
depends_on('lua@5.1:')
depends_on('lua-luaposix', type=('build', 'run'))
depends_on('lua-luafilesystem', type=('build', 'run'))
- depends_on('tcl', type=('build', 'run'))
+ depends_on('tcl', type=('build', 'link', 'run'))
patch('fix_tclsh_paths.patch', when='@:6.4.3')
patch('0001-fix-problem-with-MODULESHOME-and-issue-271.patch', when='@7.3.28:7.4.10')