summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>2019-07-11 03:41:23 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2019-07-10 20:41:23 -0500
commitd3be42fccaabbdc71c03da0886214b31a29921e5 (patch)
tree434887d19b2487ec1eb46ad21b80323992e6862d /var
parent975b9a611a350f22769774e7c95f2231a8362486 (diff)
downloadspack-d3be42fccaabbdc71c03da0886214b31a29921e5.tar.gz
spack-d3be42fccaabbdc71c03da0886214b31a29921e5.tar.bz2
spack-d3be42fccaabbdc71c03da0886214b31a29921e5.tar.xz
spack-d3be42fccaabbdc71c03da0886214b31a29921e5.zip
mpich: Add 3.3.1 (#11976)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/mpich/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mpich/package.py b/var/spack/repos/builtin/packages/mpich/package.py
index 918ebfd64e..230974294c 100644
--- a/var/spack/repos/builtin/packages/mpich/package.py
+++ b/var/spack/repos/builtin/packages/mpich/package.py
@@ -19,6 +19,7 @@ class Mpich(AutotoolsPackage):
list_depth = 1
version('develop', submodules=True)
+ version('3.3.1', 'fe551ef29c8eea8978f679484441ed8bb1d943f6ad25b63c235d4b9243d551e5')
version('3.3', '574af413dc0dc7fbb929a761822beb06')
version('3.2.1', 'e175452f4d61646a52c73031683fc375')
version('3.2', 'f414cfa77099cd1fa1a5ae4e22db508a')
@@ -78,9 +79,11 @@ spack package at this time.''',
# Fix SLURM node list parsing
# See https://github.com/pmodels/mpich/issues/3572
# and https://github.com/pmodels/mpich/pull/3578
+ # Even though there is no version 3.3.0, we need to specify 3.3:3.3.0 in
+ # the when clause, otherwise the patch will be applied to 3.3.1, too.
patch('https://github.com/pmodels/mpich/commit/b324d2de860a7a2848dc38aefb8c7627a72d2003.patch',
sha256='c7d4ecf865dccff5b764d9c66b6a470d11b0b1a5b4f7ad1ffa61079ad6b5dede',
- when='@3.3')
+ when='@3.3:3.3.0')
depends_on('findutils', type='build')
depends_on('pkgconfig', type='build')