guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: hwloc: Update to 2.0.3.


From: guix-commits
Subject: 11/12: gnu: hwloc: Update to 2.0.3.
Date: Thu, 31 Jan 2019 15:21:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit cb85742fa81f0357c7ec021d6188bb31bfaeee14
Author: Marius Bakke <address@hidden>
Date:   Wed Jan 30 20:06:59 2019 +0100

    gnu: hwloc: Update to 2.0.3.
    
    * gnu/packages/mpi.scm (hwloc-2.0): Update to 2.0.3.
---
 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 0d54a18..6e56142 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -128,7 +128,7 @@ bind processes, and much more.")
   ;; Note: 2.0 isn't the default yet, see above.
   (package
     (inherit hwloc)
-    (version "2.0.2")
+    (version "2.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.open-mpi.org/software/hwloc/v";
@@ -136,7 +136,7 @@ bind processes, and much more.")
                                   "/downloads/hwloc-" version ".tar.bz2"))
               (sha256
                (base32
-                "1phc863d5b2fvwpyyq4mlh4rkjdslh6h0h197zmyk3prwrq7si8l"))))
+                "09f7ajak8wv5issr0hw72vs3jkldc7crcc7z5fd34sspkvrsm4z3"))))
 
     ;; libnuma is no longer needed.
     (inputs (alist-delete "numactl" (package-inputs hwloc)))



reply via email to

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