gnu: openmpi: Update to 4.1.2
* gnu/packages/mpi.scm (openmpi): Update to 4.1.2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2ae2a15b07
commit
39b27a17ec
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ bind processes, and much more.")
|
||||||
(define-public openmpi
|
(define-public openmpi
|
||||||
(package
|
(package
|
||||||
(name "openmpi")
|
(name "openmpi")
|
||||||
(version "4.1.1")
|
(version "4.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -201,7 +201,7 @@ bind processes, and much more.")
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/downloads/openmpi-" version ".tar.bz2"))
|
"/downloads/openmpi-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1nkwq123vvmggcay48snm9qqmrh0bdzpln0l1jnp26niidvplkz2"))
|
(base32 "09xmlr4mfs02kwcf5cmdgkcdjj81fjwjmpa3rz2k28f3gz7wfy4v"))
|
||||||
(patches (search-patches "openmpi-mtl-priorities.patch"))))
|
(patches (search-patches "openmpi-mtl-priorities.patch"))))
|
||||||
|
|
||||||
(properties
|
(properties
|
||||||
|
|
Reference in a new issue