mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
9be20668eb
commit
5e4ddfb537
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue