mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: openmpi: Update to 4.1.3.
* gnu/packages/mpi.scm (openmpi): Update to 4.1.3.
This commit is contained in:
parent
b478d55ac4
commit
46b3b7e5a7
1 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ (define-public hwloc
|
||||||
(define-public openmpi
|
(define-public openmpi
|
||||||
(package
|
(package
|
||||||
(name "openmpi")
|
(name "openmpi")
|
||||||
(version "4.1.2")
|
(version "4.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -192,7 +192,7 @@ (define-public openmpi
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/downloads/openmpi-" version ".tar.bz2"))
|
"/downloads/openmpi-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09xmlr4mfs02kwcf5cmdgkcdjj81fjwjmpa3rz2k28f3gz7wfy4v"))
|
(base32 "0fqagib5ic0fb3rbl77z90gjrmyqk2qgyrd4f4w5vdggai6d109x"))
|
||||||
(patches (search-patches "openmpi-mtl-priorities.patch"))))
|
(patches (search-patches "openmpi-mtl-priorities.patch"))))
|
||||||
|
|
||||||
(properties
|
(properties
|
||||||
|
|
Loading…
Reference in a new issue