testing/hwloc: disable tests on x86 and ppc64le

x86: FAIL: linux-libnuma
ppc64le: FAIL: hwloc_insert_misc
This commit is contained in:
Leonardo Arena 2019-08-28 14:31:33 +00:00
parent d29c7bd83f
commit 5f8831267c

View File

@ -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"