hwloc: enable NUMA on ppc64 targets
This commit is contained in:
parent
3debb762c5
commit
1d636309ca
|
@ -13,7 +13,7 @@ distfiles="https://www.open-mpi.org/software/hwloc/v${version%.*}/downloads/${pk
|
|||
checksum=ddfb7b9b4571551165b0fd824a340e58814c8c2b4af64c818579d4bc695a417d
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) makedepends+=" libnuma-devel";;
|
||||
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue