me
/
guix
Archived
1
0
Fork 0

gnu: hwloc: Remove input labels.

* gnu/packages/mpi.scm (hwloc-1)[inputs]: Remove labels.
(hwloc-2)[inputs]: Use 'modify-inputs'.
master
Ludovic Courtès 2022-04-11 15:05:32 +02:00 committed by Ludovic Courtès
parent 37fa61364e
commit d81d8b1258
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 8 additions and 10 deletions

View File

@ -79,15 +79,12 @@
"doc" ;400+ section 3 man pages
"debug"))
(inputs
`(("libx11" ,libx11)
("cairo" ,cairo)
("ncurses" ,ncurses)
("expat" ,expat)
,@(if (not (string-prefix? "armhf"
(or (%current-target-system)
(%current-system))))
`(("numactl" ,numactl))
'())))
(append (list libx11 cairo ncurses expat)
(if (not (string-prefix? "armhf"
(or (%current-target-system)
(%current-system))))
(list numactl)
'())))
(propagated-inputs
;; hwloc.pc lists it in 'Requires.private'.
(list libpciaccess))
@ -163,7 +160,8 @@ bind processes, and much more.")
"13ajxwshxl1pa8b5gnkmm7hcg97m6xrlgz8vj1hmsb57qcv1skhd"))))
;; libnuma is no longer needed.
(inputs (alist-delete "numactl" (package-inputs hwloc-1)))
(inputs (modify-inputs (package-inputs hwloc-1)
(delete "numactl")))
(arguments
(substitute-keyword-arguments (package-arguments hwloc-1)
((#:phases phases)