OpenMPI: add the 4.1.5 release (#35677)
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
This commit is contained in:
parent
a4b949492b
commit
f004311611
1 changed files with 5 additions and 2 deletions
|
@ -42,10 +42,13 @@ class Openmpi(AutotoolsPackage, CudaPackage):
|
|||
|
||||
# Current
|
||||
version(
|
||||
"4.1.4", sha256="92912e175fd1234368c8730c03f4996fe5942e7479bb1d10059405e7f2b3930d"
|
||||
) # libmpi.so.40.30.4
|
||||
"4.1.5", sha256="a640986bc257389dd379886fdae6264c8cfa56bc98b71ce3ae3dfbd8ce61dbe3"
|
||||
) # libmpi.so.40.30.5
|
||||
|
||||
# Still supported
|
||||
version(
|
||||
"4.1.4", sha256="92912e175fd1234368c8730c03f4996fe5942e7479bb1d10059405e7f2b3930d"
|
||||
) # libmpi.so.40.30.4
|
||||
version(
|
||||
"4.1.3", sha256="3d81d04c54efb55d3871a465ffb098d8d72c1f48ff1cbaf2580eb058567c0a3b"
|
||||
) # libmpi.so.40.30.3
|
||||
|
|
Loading…
Reference in a new issue