mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: hwloc: Adjust references to 'hwloc'.
This is a followup to 8ec7ca22d3
, 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.
This commit is contained in:
parent
535a13a2ab
commit
0d8a8234b5
1 changed files with 2 additions and 2 deletions
|
@ -146,9 +146,9 @@ (define-public hwloc-2
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue