[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: hwloc: Update to 2.11.1.
From: |
guix-commits |
Subject: |
03/09: gnu: hwloc: Update to 2.11.1. |
Date: |
Thu, 18 Jul 2024 11:32:56 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit fcd3c5d3aa2894218f357d69f7a307ebc3b318bc
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Fri Jul 12 12:27:13 2024 +0200
gnu: hwloc: Update to 2.11.1.
* gnu/packages/mpi.scm (hwloc-2): Update to 2.11.1.
[native-inputs]: Add BASH.
Co-authored-by: Philippe SWARTVAGHER <phil.swart@gmx.fr>
Change-Id: If5531cb82911833153b0e795e9f20b0d0ae940c2
---
gnu/packages/mpi.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 6270108b16..4c18da30ef 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -35,6 +35,7 @@
#:use-module (guix build-system python)
#:use-module (gnu packages)
#:use-module (gnu packages base)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages compression)
#:use-module (gnu packages fabric-management)
#:use-module (gnu packages gcc)
@@ -143,7 +144,7 @@ bind processes, and much more.")
(define-public hwloc-2
(package
(inherit hwloc-1)
- (version "2.10.0")
+ (version "2.11.1")
(source (origin
(method url-fetch)
(uri (string-append
"https://download.open-mpi.org/release/hwloc/v"
@@ -151,11 +152,12 @@ bind processes, and much more.")
"/hwloc-" version ".tar.bz2"))
(sha256
(base32
- "14hkmq2hrs4j5f0sf32aazgbhgbdvj7lwapy35jvwbyyr5hds183"))))
+ "1ikhg35pll9zs628n2nii3ranz9j850hykqqcrgy2p12mpzzpk84"))))
- ;; libnuma is no longer needed.
+ (native-inputs (modify-inputs (package-native-inputs hwloc-1)
+ (append bash))) ;for completion tests
(inputs (modify-inputs (package-inputs hwloc-1)
- (delete "numactl")))
+ (delete "numactl"))) ;libnuma is no longer needed.
(arguments
(substitute-keyword-arguments (package-arguments hwloc-1)
((#:phases phases)
- branch master updated (c2ba8b9e66 -> e3dfed59d3), guix-commits, 2024/07/18
- 01/09: guix build: Take ‘--system’ into account together with ‘-S’., guix-commits, 2024/07/18
- 06/09: gnu: Add python-xmp-toolkit., guix-commits, 2024/07/18
- 04/09: git: Remove untracked files from cached checkouts., guix-commits, 2024/07/18
- 03/09: gnu: hwloc: Update to 2.11.1.,
guix-commits <=
- 08/09: gnu: Add emacs-casual-calc., guix-commits, 2024/07/18
- 07/09: gnu: emacs-casual-dired: Update to 1.6.0., guix-commits, 2024/07/18
- 09/09: modules: ‘file-name->module-name’ strips leading “./”., guix-commits, 2024/07/18
- 05/09: gnu: musescore: Update to 4.3.2., guix-commits, 2024/07/18
- 02/09: tests: base: Compare all the service provisions, not just canonical names., guix-commits, 2024/07/18