[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
137/244: gnu: hwloc: Update to 2.9.1.
From: |
guix-commits |
Subject: |
137/244: gnu: hwloc: Update to 2.9.1. |
Date: |
Wed, 12 Apr 2023 08:49:06 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 58f4d7566fabac37ea596068b6d710ddd8ed0c2d
Author: Philippe SWARTVAGHER <phil.swart@gmx.fr>
AuthorDate: Mon Apr 3 11:46:19 2023 +0200
gnu: hwloc: Update to 2.9.1.
* gnu/packages/mpi.scm (hwloc-2): Update to 2.9.1.
Patch to skip tests requiring /sys on non-x86 systems should not be
necessary anymore, as https://github.com/open-mpi/hwloc/pull/570 has
been merged in this new version.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/mpi.scm | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index baef62616f..6faa47c669 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -141,7 +141,7 @@ bind processes, and much more.")
(define-public hwloc-2
(package
(inherit hwloc-1)
- (version "2.9.0")
+ (version "2.9.1")
(source (origin
(method url-fetch)
(uri (string-append
"https://download.open-mpi.org/release/hwloc/v"
@@ -149,7 +149,7 @@ bind processes, and much more.")
"/hwloc-" version ".tar.bz2"))
(sha256
(base32
- "11v8hnl6fdsdbm3wnz5gg88f2ghixjyl7jlfmywj293ab5iyjw10"))))
+ "17jr14a5ns5rpwvy28fy7xqagbvfprsz7wrsjgh5gx7y40d97i3w"))))
;; libnuma is no longer needed.
(inputs (modify-inputs (package-inputs hwloc-1)
@@ -168,16 +168,7 @@ bind processes, and much more.")
(add-before 'check 'skip-tests-that-require-/sys
(lambda _
;; 'test-gather-topology.sh' requires /sys as of 2.9.0; skip it.
- (setenv "HWLOC_TEST_GATHER_TOPOLOGY" "0")
-
- ;; 'hwloc_backends' also requires /sys on non-x86 systems, for
- ;; which hwloc lacks a topology backend not reliant on the
- ;; operating system; skip it also on these machines.
- (substitute* "tests/hwloc/hwloc_backends.c"
- ,@(if (not (target-x86?))
- '((("putenv\\(\\(char \\*\\) \"HWLOC_L" all)
- (string-append "exit (77);\n" all)))
- '()))))
+ (setenv "HWLOC_TEST_GATHER_TOPOLOGY" "0")))
(add-before 'check 'skip-test-that-fails-on-qemu
(lambda _
;; Skip test that fails on emulated hardware due to QEMU bug:
- 106/244: gnu: r-topicmodels: Update to 0.2-14., (continued)
- 106/244: gnu: r-topicmodels: Update to 0.2-14., guix-commits, 2023/04/12
- 105/244: gnu: r-emplik: Update to 1.3., guix-commits, 2023/04/12
- 110/244: gnu: r-dials: Update to 1.2.0., guix-commits, 2023/04/12
- 114/244: gnu: r-ggh4x: Update to 0.2.4., guix-commits, 2023/04/12
- 116/244: gnu: r-gstat: Update to 2.1-1., guix-commits, 2023/04/12
- 118/244: gnu: r-matrix: Update to 1.5-4., guix-commits, 2023/04/12
- 112/244: gnu: r-densestbayes: Update to 1.0-2.2., guix-commits, 2023/04/12
- 122/244: gnu: r-sn: Update to 2.1.1., guix-commits, 2023/04/12
- 135/244: gnu: linux-libre-lts: Update to 6.1., guix-commits, 2023/04/12
- 136/244: news: Add entry for the linux-libre-lts 6.1 update., guix-commits, 2023/04/12
- 137/244: gnu: hwloc: Update to 2.9.1.,
guix-commits <=
- 139/244: gnu: erlang: Update to 25.3., guix-commits, 2023/04/12
- 140/244: gnu: Add bpftool., guix-commits, 2023/04/12
- 145/244: services: base: Remove 'console-keymap-service-type' variable., guix-commits, 2023/04/12
- 150/244: services: desktop: Remove 'xfce-desktop-service' procedure., guix-commits, 2023/04/12
- 143/244: services: ntp-service-type: Remove deprecated server as strings support., guix-commits, 2023/04/12
- 215/244: gnu: cwm: Fix build., guix-commits, 2023/04/12
- 156/244: gnu: zrythm: Update to 1.0.0-beta.4.5.62., guix-commits, 2023/04/12
- 141/244: gnu: Purge pre-1.3.0 deprecated packages., guix-commits, 2023/04/12
- 178/244: nls: Make sure gnu/home/services/*.scm files are translatable., guix-commits, 2023/04/12
- 189/244: gnu: fcitx5-qt: Update to 5.0.17., guix-commits, 2023/04/12