gnu: psm2: Update to 11.2.185.

Fixes a bug introduced with the Open MPI 4.1.0 update in commit
ee21803288, whereby the new version of
Open MPI would not compile PSM2 support because our version of PSM2 was
too old.  Consequently, Open MPI would fall back to UCX and users would
get poor performance on Omni-Path networks.

* gnu/packages/linux.scm (psm2): Update to 11.2.185.
This commit is contained in:
Ludovic Courtès 2021-04-01 14:15:14 +02:00 committed by Ludovic Courtès
parent 9be20668eb
commit 5e4ddfb537
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -7126,7 +7126,7 @@ (define-public mbpfan
(define-public psm2
(package
(name "psm2")
(version "11.2.86")
(version "11.2.185")
(source (origin
(method git-fetch)
(uri (git-reference
@ -7135,7 +7135,7 @@ (define-public psm2
(file-name (git-file-name name version))
(sha256
(base32
"1hiqzcmc97lzhaqjva82vf8irgg038cciypsv2brw90ak09n6vwf"))))
"062hg4r6gz7pla9df70nqs5i2a3mp1wszmp4l0g771fykhhrxsjg"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags