aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-01-10 13:07:53 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-01-10 13:07:53 +0000
commit913da2131472fb6b7e239cb4b0e8a3f9ecefd67e (patch)
tree4cdc5dbcae3194a307a6f3baf8ded0d2b3aac666 /testing
parent875391bbc558a2dd37f7d2e6a547442d3c89e178 (diff)
downloadaports-913da2131472fb6b7e239cb4b0e8a3f9ecefd67e.tar.bz2
aports-913da2131472fb6b7e239cb4b0e8a3f9ecefd67e.tar.xz
Revert "testing/hwloc: disable for arm* due to missing numactl"
Diffstat (limited to 'testing')
-rw-r--r--testing/hwloc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hwloc/APKBUILD b/testing/hwloc/APKBUILD
index 8db4a74a8a..59e883760d 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 !arm*" # missing numactl
+arch="all"
license="BSD-3-Clause"
makedepends="cairo-dev eudev-dev libxml2-dev ncurses-dev"
if [ "$CARCH" != "armhf" ]; then