guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: hwloc@2: Update to 2.2.0.


From: guix-commits
Subject: 02/05: gnu: hwloc@2: Update to 2.2.0.
Date: Tue, 31 Mar 2020 08:56:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 06efbe2fbab1475e4f82f410ee5cd27620b23bf4
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Mar 31 11:19:07 2020 +0200

    gnu: hwloc@2: Update to 2.2.0.
    
    * gnu/packages/mpi.scm (hwloc-2): Update to 2.2.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 3de2f40..b39c507 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -135,7 +135,7 @@ bind processes, and much more.")
   ;; Note: 2.0 isn't the default yet, see above.
   (package
     (inherit hwloc-1)
-    (version "2.1.0")
+    (version "2.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.open-mpi.org/software/hwloc/v";
@@ -143,7 +143,7 @@ bind processes, and much more.")
                                   "/downloads/hwloc-" version ".tar.bz2"))
               (sha256
                (base32
-                "0qh8s7pphz0m5cwb7liqmc17xzfs23xhz5wn24r6ikvjyx99fhhr"))))
+                "0li27a3lnmb77qxpijj0kpblz32wmqd3b386sypq8ar7vy9vhw5f"))))
 
     ;; 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]