gnu: openmpi: Update to 4.0.5.

* gnu/packages/mpi.scm (openmpi): Update to 4.0.5.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Greg Hogan 2020-09-15 09:59:43 -04:00 committed by Mathieu Othacehe
parent 9e59ae320e
commit b96f4f0995
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -177,7 +177,7 @@ (define-public hwloc
(define-public openmpi
(package
(name "openmpi")
(version "4.0.3")
(version "4.0.5")
(source
(origin
(method url-fetch)
@ -185,7 +185,7 @@ (define-public openmpi
(version-major+minor version)
"/downloads/openmpi-" version ".tar.bz2"))
(sha256
(base32 "00zxcw99gr5n693cmcmn4f6a47vx1ywna895p0x7p163v37gw0hl"))
(base32 "02f0r9d3xgs08svkmj8v7lzviyxqnkk4yd3z0wql550xnriki3y5"))
(patches (search-patches "openmpi-mtl-priorities.patch"))))
(build-system gnu-build-system)
(inputs