mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: openmpi: Update to 4.1.0.
* gnu/packages/mpi.scm (openmpi): Update to 4.1.0.
This commit is contained in:
parent
14aa86e50c
commit
ee21803288
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ (define-public hwloc
|
||||||
(define-public openmpi
|
(define-public openmpi
|
||||||
(package
|
(package
|
||||||
(name "openmpi")
|
(name "openmpi")
|
||||||
(version "4.0.5")
|
(version "4.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -201,7 +201,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 "02f0r9d3xgs08svkmj8v7lzviyxqnkk4yd3z0wql550xnriki3y5"))
|
(base32 "1dfmkyilgml9w9s5p0jmfj3xcdwdccwqbjw5iim9p0chf2vnz1kk"))
|
||||||
(patches (search-patches "openmpi-mtl-priorities.patch"))))
|
(patches (search-patches "openmpi-mtl-priorities.patch"))))
|
||||||
|
|
||||||
(properties
|
(properties
|
||||||
|
|
Loading…
Reference in a new issue