Skip to content

Commit

Permalink
openmpi: add v5.0.4 and v5.0.5 (spack#45305)
Browse files Browse the repository at this point in the history
* Open MPI: add release 5.0.4
* OpenMPI: add release 5.0.5
   needed quick turnaround owing to
   open-mpi/ompi#12693

---------

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
  • Loading branch information
hppritcha authored and FrederickDeny committed Aug 26, 2024
1 parent 286b9db commit 3f62050
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions var/spack/repos/builtin/packages/openmpi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,16 @@ class Openmpi(AutotoolsPackage, CudaPackage):

# Current
version(
"5.0.3", sha256="990582f206b3ab32e938aa31bbf07c639368e4405dca196fabe7f0f76eeda90b"
) # libmpi.so.40.40.3
"5.0.5", sha256="6588d57c0a4bd299a24103f4e196051b29e8b55fbda49e11d5b3d32030a32776"
) # libmpi.so.40.40.5

# Still supported
version(
"5.0.4", sha256="64526852cdd88b2d30e022087c16ab3e03806c451b10cd691d5c1ac887d8ef9d"
) # libmpi.so.40.40.4
version(
"5.0.3", sha256="990582f206b3ab32e938aa31bbf07c639368e4405dca196fabe7f0f76eeda90b"
) # libmpi.so.40.40.3
version(
"5.0.2", sha256="ee46ad8eeee2c3ff70772160bff877cbf38c330a0bc3b3ddc811648b3396698f"
) # libmpi.so.40.40.2
Expand Down

0 comments on commit 3f62050

Please sign in to comment.