testing/py3-h5py: disable on mips

This commit is contained in:
Ariadne Conill 2020-04-08 07:42:45 +00:00
parent c191286dbf
commit 11326cba00

View File

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