[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: hwloc: Adjust references to 'hwloc'.
From: |
guix-commits |
Subject: |
01/01: gnu: hwloc: Adjust references to 'hwloc'. |
Date: |
Tue, 19 Nov 2019 05:32:55 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 0d8a8234b5adbed898b37ea7187ab6ab505f83ee
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 19 11:31:41 2019 +0100
gnu: hwloc: Adjust references to 'hwloc'.
This is a followup to 8ec7ca22d363b80b173ce87c5f39d5ca9686d248, which
led to a stack overflow (cyclic graph) when attempting to build HWLOC-2.
* gnu/packages/mpi.scm (hwloc-2): Refer to HWLOC-1 instead of HWLOC.
---
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 116fa1e..9f6597c 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -146,9 +146,9 @@ bind processes, and much more.")
"0qh8s7pphz0m5cwb7liqmc17xzfs23xhz5wn24r6ikvjyx99fhhr"))))
;; libnuma is no longer needed.
- (inputs (alist-delete "numactl" (package-inputs hwloc)))
+ (inputs (alist-delete "numactl" (package-inputs hwloc-1)))
(arguments
- (substitute-keyword-arguments (package-arguments hwloc)
+ (substitute-keyword-arguments (package-arguments hwloc-1)
((#:phases phases)
`(modify-phases ,phases
(replace 'skip-linux-libnuma-test