Skip to content

Commit

Permalink
Open MPI: add 3.0.1 (spack#7661)
Browse files Browse the repository at this point in the history
Open MPI 3.0.1 bug fix release is out the door!

Signed-off-by: Howard Pritchard <[email protected]>
  • Loading branch information
hppritcha authored and adamjstewart committed Apr 3, 2018
1 parent a759fcf commit 32c8237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/openmpi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ class Openmpi(AutotoolsPackage):
list_url = "http://www.open-mpi.org/software/ompi/"

# Current
version('3.0.0', '757d51719efec08f9f1a7f32d58b3305') # libmpi.so.40.00.0
version('3.0.1', '565f5060e080b0871a64b295c3d4426a') # libmpi.so.40.00.1

# Still supported
version('3.0.0', '757d51719efec08f9f1a7f32d58b3305') # libmpi.so.40.00.0
version('2.1.3', '46079b6f898a412240a0bf523e6cd24b') # libmpi.so.20.10.2
version('2.1.2', 'ff2e55cc529802e7b0738cf87acd3ee4') # libmpi.so.20.10.2
version('2.1.1', 'ae542f5cf013943ffbbeb93df883731b') # libmpi.so.20.10.1
Expand Down

0 comments on commit 32c8237

Please sign in to comment.