mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openmpi: Update to 5.0.7.
* gnu/packages/mpi.scm (openmpi-5): Update to 5.0.7. Change-Id: I017c8979dfb97994a1c4b48fa099abe496548936
This commit is contained in:
parent
aadee4a58d
commit
44982c9218
1 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ software vendors, application developers and computer science researchers.")
|
||||||
(define-public openmpi-5
|
(define-public openmpi-5
|
||||||
(package
|
(package
|
||||||
(inherit openmpi)
|
(inherit openmpi)
|
||||||
(version "5.0.6")
|
(version "5.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -366,7 +366,7 @@ software vendors, application developers and computer science researchers.")
|
||||||
;; documentation.
|
;; documentation.
|
||||||
(delete-file-recursively "docs/html")))
|
(delete-file-recursively "docs/html")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mw1z4ppnlvxngwd58kl5q26qmvf3bgjkd4r8wjpqis3pky86hdx"))))
|
(base32 "1pf25zp9y0ch3vab3ycpjkck4njrsms0sg6zs0s36h3ajc4j17qi"))))
|
||||||
|
|
||||||
(inputs (modify-inputs (package-inputs openmpi)
|
(inputs (modify-inputs (package-inputs openmpi)
|
||||||
;; As of Open MPI 5.0.X, PMIx is used to communicate
|
;; As of Open MPI 5.0.X, PMIx is used to communicate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue