mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/hwloc: disable tests on x86 and ppc64le
x86: FAIL: linux-libnuma ppc64le: FAIL: hwloc_insert_misc
This commit is contained in:
parent
d29c7bd83f
commit
5f8831267c
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user