mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
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
|
pkgname=numactl
|
||||||
version=2.0.12
|
version=2.0.12
|
||||||
revision=1
|
revision=1
|
||||||
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64le ppc64le-musl ppc64-musl"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="Simple NUMA policy support"
|
short_desc="Simple NUMA policy support"
|
||||||
|
@ -10,7 +11,6 @@ license="LGPL-2.1-only"
|
||||||
homepage="https://github.com/numactl/numactl"
|
homepage="https://github.com/numactl/numactl"
|
||||||
distfiles="https://github.com/numactl/numactl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/numactl/numactl/archive/v${version}.tar.gz"
|
||||||
checksum=7c3e819c2bdeb883de68bafe88776a01356f7ef565e75ba866c4b49a087c6bdf
|
checksum=7c3e819c2bdeb883de68bafe88776a01356f7ef565e75ba866c4b49a087c6bdf
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
# XXX
|
# XXX
|
||||||
|
|
Loading…
Add table
Reference in a new issue