diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-01-10 12:51:37 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-01-10 12:51:37 +0000 |
commit | 875391bbc558a2dd37f7d2e6a547442d3c89e178 (patch) | |
tree | b7b7ff1fd30ae0723b90aa82a1affde33e1a4ee7 /testing/hwloc | |
parent | ba43d031f0bf9ac3e70fee65f69afeadbda1e2cf (diff) | |
download | aports-875391bbc558a2dd37f7d2e6a547442d3c89e178.tar.bz2 aports-875391bbc558a2dd37f7d2e6a547442d3c89e178.tar.xz |
testing/hwloc: disable for arm* due to missing numactl
Diffstat (limited to 'testing/hwloc')
-rw-r--r-- | testing/hwloc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hwloc/APKBUILD b/testing/hwloc/APKBUILD index 59e883760d..8db4a74a8a 100644 --- a/testing/hwloc/APKBUILD +++ b/testing/hwloc/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.11.9 pkgrel=0 pkgdesc="Portable abstraction of hierarchical hardware architectures" url="https://www.open-mpi.org/" -arch="all" +arch="all !arm*" # missing numactl license="BSD-3-Clause" makedepends="cairo-dev eudev-dev libxml2-dev ncurses-dev" if [ "$CARCH" != "armhf" ]; then |