Skip to content

Commit

Permalink
mpich: Add 3.3.1 (spack#11976)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuhn authored and adamjstewart committed Jul 11, 2019
1 parent 975b9a6 commit d3be42f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion var/spack/repos/builtin/packages/mpich/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit d3be42f

Please sign in to comment.