numactl: enable on ppc64 archs
This commit is contained in:
parent
3f11b276d3
commit
7543e1a2c0
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
pkgname=numactl
|
||||
version=2.0.12
|
||||
revision=1
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64le ppc64le-musl ppc64-musl"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Simple NUMA policy support"
|
||||
|
@ -10,7 +11,6 @@ license="LGPL-2.1-only"
|
|||
homepage="https://github.com/numactl/numactl"
|
||||
distfiles="https://github.com/numactl/numactl/archive/v${version}.tar.gz"
|
||||
checksum=7c3e819c2bdeb883de68bafe88776a01356f7ef565e75ba866c4b49a087c6bdf
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
# XXX
|
||||
|
|
Loading…
Reference in a new issue