summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-03-16 12:50:30 -0500
committerGitHub <noreply@github.com>2017-03-16 12:50:30 -0500
commit99ef28b5d247ac9cbd907034fadc33e00c98e6ae (patch)
tree9205eefe95048cac78abecd6bbeebd71c544f0c9
parent4c7a7213414fd59527dfc544094e8a31d237b220 (diff)
downloadspack-99ef28b5d247ac9cbd907034fadc33e00c98e6ae.tar.gz
spack-99ef28b5d247ac9cbd907034fadc33e00c98e6ae.tar.bz2
spack-99ef28b5d247ac9cbd907034fadc33e00c98e6ae.tar.xz
spack-99ef28b5d247ac9cbd907034fadc33e00c98e6ae.zip
Add latest version of lmod (#3467)
-rw-r--r--var/spack/repos/builtin/packages/lmod/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/lmod/package.py b/var/spack/repos/builtin/packages/lmod/package.py
index 01df3c7f24..7b17d5db5f 100644
--- a/var/spack/repos/builtin/packages/lmod/package.py
+++ b/var/spack/repos/builtin/packages/lmod/package.py
@@ -36,8 +36,9 @@ class Lmod(AutotoolsPackage):
"""
homepage = 'https://www.tacc.utexas.edu/research-development/tacc-projects/lmod'
- url = 'https://github.com/TACC/Lmod/archive/6.4.1.tar.gz'
+ url = 'https://github.com/TACC/Lmod/archive/7.3.tar.gz'
+ version('7.3', '70180ec2ea1fae53aa83350523f6b2b3')
version('6.4.5', '14f6c58dbc0a5a75574d795eac2c1e3c')
version('6.4.1', '7978ba777c8aa41a4d8c05fec5f780f4')
version('6.3.7', '0fa4d5a24c41cae03776f781aa2dedc1')