mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: hwloc: Remove input labels.
* gnu/packages/mpi.scm (hwloc-1)[inputs]: Remove labels. (hwloc-2)[inputs]: Use 'modify-inputs'.
This commit is contained in:
parent
37fa61364e
commit
d81d8b1258
1 changed files with 8 additions and 10 deletions
|
@ -79,15 +79,12 @@
|
||||||
"doc" ;400+ section 3 man pages
|
"doc" ;400+ section 3 man pages
|
||||||
"debug"))
|
"debug"))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
(append (list libx11 cairo ncurses expat)
|
||||||
("cairo" ,cairo)
|
(if (not (string-prefix? "armhf"
|
||||||
("ncurses" ,ncurses)
|
(or (%current-target-system)
|
||||||
("expat" ,expat)
|
(%current-system))))
|
||||||
,@(if (not (string-prefix? "armhf"
|
(list numactl)
|
||||||
(or (%current-target-system)
|
'())))
|
||||||
(%current-system))))
|
|
||||||
`(("numactl" ,numactl))
|
|
||||||
'())))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; hwloc.pc lists it in 'Requires.private'.
|
;; hwloc.pc lists it in 'Requires.private'.
|
||||||
(list libpciaccess))
|
(list libpciaccess))
|
||||||
|
@ -163,7 +160,8 @@ bind processes, and much more.")
|
||||||
"13ajxwshxl1pa8b5gnkmm7hcg97m6xrlgz8vj1hmsb57qcv1skhd"))))
|
"13ajxwshxl1pa8b5gnkmm7hcg97m6xrlgz8vj1hmsb57qcv1skhd"))))
|
||||||
|
|
||||||
;; libnuma is no longer needed.
|
;; libnuma is no longer needed.
|
||||||
(inputs (alist-delete "numactl" (package-inputs hwloc-1)))
|
(inputs (modify-inputs (package-inputs hwloc-1)
|
||||||
|
(delete "numactl")))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments hwloc-1)
|
(substitute-keyword-arguments (package-arguments hwloc-1)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Loading…
Add table
Reference in a new issue