aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 07:42:45 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 07:42:45 +0000
commit11326cba004bd85b3c1cef449f5abaf4fea044f9 (patch)
tree3e0502252dea7a82addc52302a901ce65f025acd /testing
parentc191286dbf3df45156bd78e1d89222876065c993 (diff)
downloadaports-11326cba004bd85b3c1cef449f5abaf4fea044f9.tar.bz2
aports-11326cba004bd85b3c1cef449f5abaf4fea044f9.tar.xz
testing/py3-h5py: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-h5py/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-h5py/APKBUILD b/testing/py3-h5py/APKBUILD
index 5d4b44304f..c72c821127 100644
--- a/testing/py3-h5py/APKBUILD
+++ b/testing/py3-h5py/APKBUILD
@@ -6,7 +6,7 @@ pkgver=2.10.0
pkgrel=1
pkgdesc="Read and write HDF5 files from Python"
url="https://www.h5py.org"
-arch="all !s390x !x86 !ppc64le" # x86|ppc64le -> numpy has no 128float support
+arch="all !s390x !x86 !ppc64le !mips !mips64" # x86|ppc64le -> numpy has no 128float support
license="BSD-3-Clause"
depends="py3-six py3-numpy hdf5"
makedepends="cython python3-dev hdf5-dev py3-setuptools py3-numpy-dev"