From 7eec038690779325d6e36d7b88a4c960d290735a Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 27 Feb 2019 14:00:46 +0100 Subject: 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. --- lib/spack/spack/cmd/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3-70-g09d2