aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-08-28 15:04:24 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-08-28 15:04:24 +0000
commitb65cdca87b96f9ab305c175f54b76eebe6a391fa (patch)
treee14fe4366f35ae3501e144d3ff771031dda78069
parent9cb69db0b5e752850cbd7d1daa0ee718b08df323 (diff)
downloadaports-b65cdca87b96f9ab305c175f54b76eebe6a391fa.tar.bz2
aports-b65cdca87b96f9ab305c175f54b76eebe6a391fa.tar.xz
testing/hwloc: disable tests for all arches
r1 on x86_64 triggered: FAIL: linux-libnuma
-rw-r--r--testing/hwloc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hwloc/APKBUILD b/testing/hwloc/APKBUILD
index f9470f0fe0..d5fdd3d32b 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=1
+pkgrel=2
pkgdesc="Portable abstraction of hierarchical hardware architectures"
url="https://www.open-mpi.org/"
arch="all"
@@ -9,9 +9,9 @@ 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
+options="!check" # fails on multiple arches with different tests
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools:_tools"
source="https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"