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:
Ludovic Courtès 2019-11-19 11:31:41 +01:00
parent 535a13a2ab
commit 0d8a8234b5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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