mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-27 04:30:32 +02:00
gnu: openmpi@5: Update to 5.0.6.
* gnu/packages/mpi.scm (openmpi-5): Update to 5.0.6. Change-Id: I1aed5f0e76d64a215c4a13f445628ec206e31acf
This commit is contained in:
committed by
Ludovic Courtès
parent
db1d75b9fd
commit
15647355e5
@@ -318,7 +318,7 @@ software vendors, application developers and computer science researchers.")
|
||||
(define-public openmpi-5
|
||||
(package
|
||||
(inherit openmpi)
|
||||
(version "5.0.3")
|
||||
(version "5.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
@@ -326,7 +326,7 @@ software vendors, application developers and computer science researchers.")
|
||||
(version-major+minor version)
|
||||
"/downloads/openmpi-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "02x9xmpggw77mdpikjjx83j6i4v3gkqbncda73lk5axk0vr841cr"))))
|
||||
(base32 "0mw1z4ppnlvxngwd58kl5q26qmvf3bgjkd4r8wjpqis3pky86hdx"))))
|
||||
|
||||
(inputs (modify-inputs (package-inputs openmpi)
|
||||
;; As of Open MPI 5.0.X, PMIx is used to communicate
|
||||
|
||||
Reference in New Issue
Block a user