diff options
-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 |