gnu: openmpi: Update to 4.1.0.

* gnu/packages/mpi.scm (openmpi): Update to 4.1.0.
This commit is contained in:
Ludovic Courtès 2021-03-19 13:21:43 +01:00 committed by Ludovic Courtès
parent 14aa86e50c
commit ee21803288
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -193,7 +193,7 @@ (define-public hwloc
(define-public openmpi
(package
(name "openmpi")
(version "4.0.5")
(version "4.1.0")
(source
(origin
(method url-fetch)
@ -201,7 +201,7 @@ (define-public openmpi
(version-major+minor version)
"/downloads/openmpi-" version ".tar.bz2"))
(sha256
(base32 "02f0r9d3xgs08svkmj8v7lzviyxqnkk4yd3z0wql550xnriki3y5"))
(base32 "1dfmkyilgml9w9s5p0jmfj3xcdwdccwqbjw5iim9p0chf2vnz1kk"))
(patches (search-patches "openmpi-mtl-priorities.patch"))))
(properties