mpich: Add 3.3.1 (#11976)
This commit is contained in:
parent
975b9a611a
commit
d3be42fcca
1 changed files with 4 additions and 1 deletions
|
@ -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 @@ class Mpich(AutotoolsPackage):
|
|||
# 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')
|
||||
|
|
Loading…
Reference in a new issue