[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: psm2: Update to 11.2.185.
From: |
guix-commits |
Subject: |
01/12: gnu: psm2: Update to 11.2.185. |
Date: |
Thu, 1 Apr 2021 09:20:07 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5e4ddfb5374fc6b0aad6aa19b2c7a09b012c68e6
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Thu Apr 1 14:15:14 2021 +0200
gnu: psm2: Update to 11.2.185.
Fixes a bug introduced with the Open MPI 4.1.0 update in commit
ee21803288cb2fd4dcfa9091d4fe4080a795a1ab, 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.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8a6ae50..5e08331 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7126,7 +7126,7 @@ privileges.")
(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 @@ privileges.")
(file-name (git-file-name name version))
(sha256
(base32
- "1hiqzcmc97lzhaqjva82vf8irgg038cciypsv2brw90ak09n6vwf"))))
+ "062hg4r6gz7pla9df70nqs5i2a3mp1wszmp4l0g771fykhhrxsjg"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags
- branch master updated (9be2066 -> a81a199), guix-commits, 2021/04/01
- 01/12: gnu: psm2: Update to 11.2.185.,
guix-commits <=
- 05/12: scripts: download: Replace 'args-fold*' by 'parse-command-line'., guix-commits, 2021/04/01
- 03/12: scripts: describe: Replace 'args-fold*' by 'parse-command-line'., guix-commits, 2021/04/01
- 07/12: scripts: publish: Replace 'args-fold*' by 'parse-command-line'., guix-commits, 2021/04/01
- 12/12: build-self: Take care of the spinner in the parent process., guix-commits, 2021/04/01
- 02/12: doc: Fix typo., guix-commits, 2021/04/01
- 04/12: scripts: discover: Replace 'args-fold*' by 'parse-command-line'., guix-commits, 2021/04/01
- 09/12: scripts: search: Replace 'args-fold*' by 'parse-command-line'., guix-commits, 2021/04/01
- 06/12: scripts: edit: Replace 'args-fold*' by 'parse-command-line'., guix-commits, 2021/04/01
- 08/12: scripts: repl: Replace 'args-fold*' by 'parse-command-line'., guix-commits, 2021/04/01
- 11/12: build-self: Forward sub-process build output to (current-build-output-port)., guix-commits, 2021/04/01