mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
db1d75b9fd
commit
15647355e5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue