summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2019-02-27 14:00:46 +0100
committerGitHub <noreply@github.com>2019-02-27 14:00:46 +0100
commit7eec038690779325d6e36d7b88a4c960d290735a (patch)
tree958c440ec3e28efdadc616619b318defc47871b2 /lib
parent5efff5d2fcb784803576ee20c817c7aa05b94f4e (diff)
downloadspack-7eec038690779325d6e36d7b88a4c960d290735a.tar.gz
spack-7eec038690779325d6e36d7b88a4c960d290735a.tar.bz2
spack-7eec038690779325d6e36d7b88a4c960d290735a.tar.xz
spack-7eec038690779325d6e36d7b88a4c960d290735a.zip
Update environment-modules package (#10717)
The environment modules package has been updated to include versions up to 4.0.0. The url of the package and the homepage have been updated accordingly. The `spack bootstrap` command now builds version 3.2.10 of the environment-modules package, and will do until #10708 is fixed.
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/cmd/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/bootstrap.py b/lib/spack/spack/cmd/bootstrap.py
index 593b581c30..f6464f97b8 100644
--- a/lib/spack/spack/cmd/bootstrap.py
+++ b/lib/spack/spack/cmd/bootstrap.py
@@ -46,7 +46,7 @@ def bootstrap(parser, args, **kwargs):
# Define requirement dictionary defining general specs which need
# to be satisfied, and the specs to install when the general spec
# isn't satisfied.
- requirement_dict = {'environment-modules': 'environment-modules~X'}
+ requirement_dict = {'environment-modules': 'environment-modules@3.2.10~X'}
for requirement in requirement_dict:
installed_specs = spack.store.db.query(requirement)