diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-01-10 13:07:53 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-01-10 13:07:53 +0000 |
commit | 913da2131472fb6b7e239cb4b0e8a3f9ecefd67e (patch) | |
tree | 4cdc5dbcae3194a307a6f3baf8ded0d2b3aac666 /testing/hwloc | |
parent | 875391bbc558a2dd37f7d2e6a547442d3c89e178 (diff) | |
download | aports-913da2131472fb6b7e239cb4b0e8a3f9ecefd67e.tar.bz2 aports-913da2131472fb6b7e239cb4b0e8a3f9ecefd67e.tar.xz |
Revert "testing/hwloc: disable for arm* due to missing numactl"
This reverts commit 875391bbc558a2dd37f7d2e6a547442d3c89e178.
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 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 |