mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: hwloc@1: Use 'target-arm32?' in conditional.
Suggested by Maxime Devos. * gnu/packages/mpi.scm (hwloc-1)[inputs]: Use 'target-arm32?' rather than custom code.
This commit is contained in:
parent
d81d8b1258
commit
ac2d36559f
1 changed files with 1 additions and 5 deletions
|
@ -80,11 +80,7 @@
|
|||
"debug"))
|
||||
(inputs
|
||||
(append (list libx11 cairo ncurses expat)
|
||||
(if (not (string-prefix? "armhf"
|
||||
(or (%current-target-system)
|
||||
(%current-system))))
|
||||
(list numactl)
|
||||
'())))
|
||||
(if (target-arm32?) '() (list numactl))))
|
||||
(propagated-inputs
|
||||
;; hwloc.pc lists it in 'Requires.private'.
|
||||
(list libpciaccess))
|
||||
|
|
Loading…
Add table
Reference in a new issue