From 11326cba004bd85b3c1cef449f5abaf4fea044f9 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 07:42:45 +0000 Subject: [PATCH] testing/py3-h5py: disable on mips --- testing/py3-h5py/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-h5py/APKBUILD b/testing/py3-h5py/APKBUILD index 5d4b44304fd..c72c8211273 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"