openmpi: add 4.1.6 release (#40361)
related to #40232 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
This commit is contained in:
parent
f70ae6e3c4
commit
0357df0c8b
1 changed files with 5 additions and 2 deletions
|
@ -42,10 +42,13 @@ class Openmpi(AutotoolsPackage, CudaPackage):
|
|||
|
||||
# Current
|
||||
version(
|
||||
"4.1.5", sha256="a640986bc257389dd379886fdae6264c8cfa56bc98b71ce3ae3dfbd8ce61dbe3"
|
||||
) # libmpi.so.40.30.5
|
||||
"4.1.6", sha256="f740994485516deb63b5311af122c265179f5328a0d857a567b85db00b11e415"
|
||||
) # libmpi.so.40.30.6
|
||||
|
||||
# Still supported
|
||||
version(
|
||||
"4.1.5", sha256="a640986bc257389dd379886fdae6264c8cfa56bc98b71ce3ae3dfbd8ce61dbe3"
|
||||
) # libmpi.so.40.30.5
|
||||
version(
|
||||
"4.1.4", sha256="92912e175fd1234368c8730c03f4996fe5942e7479bb1d10059405e7f2b3930d"
|
||||
) # libmpi.so.40.30.4
|
||||
|
|
Loading…
Reference in a new issue