mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: openmpi-5: Update to 5.0.9.
* gnu/packages/mpi.scm (openmpi-5): Update to 5.0.9. Change-Id: If10ce47b8f09cf24cca617bf4556c1587cbde8b1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f9fddcc784
commit
d6d1554fe7
1 changed files with 2 additions and 2 deletions
|
|
@ -344,7 +344,7 @@ software vendors, application developers and computer science researchers.")
|
|||
(define-public openmpi-5
|
||||
(package
|
||||
(inherit openmpi)
|
||||
(version "5.0.8")
|
||||
(version "5.0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -370,7 +370,7 @@ software vendors, application developers and computer science researchers.")
|
|||
;; documentation.
|
||||
(delete-file-recursively "docs/html")))
|
||||
(sha256
|
||||
(base32 "0jg423bv0gpdmgx6hgxcnpslhq55bfvb1y07axj0y9z7awd1w4sk"))))
|
||||
(base32 "02yqfwv2fn9n0glprkk7dzrkrcnpfwfz5874ydx88w0iadi2gdyz"))))
|
||||
|
||||
(inputs (modify-inputs (package-inputs openmpi)
|
||||
;; As of Open MPI 5.0.X, PMIx is used to communicate
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue