aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hwloc
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-08-28 14:31:33 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-08-28 14:31:33 +0000
commit5f8831267cbce74cae4322d79ce9684ec7dcf568 (patch)
tree0329be2d2b967f865fe56cecff97ad700a811c35 /testing/hwloc
parentd29c7bd83feef587bb2005932d045d0318d83aa8 (diff)
downloadaports-5f8831267cbce74cae4322d79ce9684ec7dcf568.tar.bz2
aports-5f8831267cbce74cae4322d79ce9684ec7dcf568.tar.xz
testing/hwloc: disable tests on x86 and ppc64le
x86: FAIL: linux-libnuma ppc64le: FAIL: hwloc_insert_misc
Diffstat (limited to 'testing/hwloc')
-rw-r--r--testing/hwloc/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/hwloc/APKBUILD b/testing/hwloc/APKBUILD
index 528e22c682..f9470f0fe0 100644
--- a/testing/hwloc/APKBUILD
+++ b/testing/hwloc/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=hwloc
pkgver=1.11.13
-pkgrel=0
+pkgrel=1
pkgdesc="Portable abstraction of hierarchical hardware architectures"
url="https://www.open-mpi.org/"
arch="all"
@@ -9,6 +9,7 @@ license="BSD-3-Clause"
makedepends="cairo-dev eudev-dev libxml2-dev ncurses-dev"
case "$CARCH" in
arm*) true;;
+ x86 | ppc64le) options="!check";; # some tests fail
*) makedepends="$makedepends numactl-dev";;
esac
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools:_tools"