aboutsummaryrefslogtreecommitdiff
path: root/testing/hwloc
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 /testing/hwloc
parent9cb69db0b5e752850cbd7d1daa0ee718b08df323 (diff)
downloadalpine_aports-b65cdca87b96f9ab305c175f54b76eebe6a391fa.tar.bz2
alpine_aports-b65cdca87b96f9ab305c175f54b76eebe6a391fa.tar.xz
alpine_aports-b65cdca87b96f9ab305c175f54b76eebe6a391fa.zip
testing/hwloc: disable tests for all arches
r1 on x86_64 triggered: FAIL: linux-libnuma
Diffstat (limited to 'testing/hwloc')
-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 @@
1# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com> 1# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
2pkgname=hwloc 2pkgname=hwloc
3pkgver=1.11.13 3pkgver=1.11.13
4pkgrel=1 4pkgrel=2
5pkgdesc="Portable abstraction of hierarchical hardware architectures" 5pkgdesc="Portable abstraction of hierarchical hardware architectures"
6url="https://www.open-mpi.org/" 6url="https://www.open-mpi.org/"
7arch="all" 7arch="all"
@@ -9,9 +9,9 @@ license="BSD-3-Clause"
9makedepends="cairo-dev eudev-dev libxml2-dev ncurses-dev" 9makedepends="cairo-dev eudev-dev libxml2-dev ncurses-dev"
10case "$CARCH" in 10case "$CARCH" in
11 arm*) true;; 11 arm*) true;;
12 x86 | ppc64le) options="!check";; # some tests fail
13 *) makedepends="$makedepends numactl-dev";; 12 *) makedepends="$makedepends numactl-dev";;
14esac 13esac
14options="!check" # fails on multiple arches with different tests
15subpackages="$pkgname-dev $pkgname-doc $pkgname-tools:_tools" 15subpackages="$pkgname-dev $pkgname-doc $pkgname-tools:_tools"
16source="https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/$pkgname-$pkgver.tar.bz2" 16source="https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/$pkgname-$pkgver.tar.bz2"
17builddir="$srcdir/$pkgname-$pkgver" 17builddir="$srcdir/$pkgname-$pkgver"