guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: hwloc: Update to 2.5.0.


From: guix-commits
Subject: 01/05: gnu: hwloc: Update to 2.5.0.
Date: Mon, 14 Jun 2021 12:38:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 73622e613b417c4e1f3dc7388cbc8081ad51df1b
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Mon Jun 14 17:39:06 2021 +0200

    gnu: hwloc: Update to 2.5.0.
    
    * gnu/packages/mpi.scm (hwloc-2): Update to 2.5.0.
---
 gnu/packages/mpi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 4fe1a3a..2011cbc 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -151,7 +151,7 @@ bind processes, and much more.")
   ;; Note: 2.x isn't the default yet, see above.
   (package
     (inherit hwloc-1)
-    (version "2.4.1")
+    (version "2.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://download.open-mpi.org/release/hwloc/v";
@@ -159,7 +159,7 @@ bind processes, and much more.")
                                   "/hwloc-" version ".tar.bz2"))
               (sha256
                (base32
-                "0qyywmyns2jf3is3axrwmffvdd7ji7liy5axp650q4i6kzk2291r"))))
+                "1j2j9wn39a8v91r23xncm1rzls6rjkgkvdvqghbdsnq8ps491kx9"))))
 
     ;; libnuma is no longer needed.
     (inputs (alist-delete "numactl" (package-inputs hwloc-1)))



reply via email to

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