guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]