diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-h5py/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-h5py/APKBUILD b/testing/py3-h5py/APKBUILD index 904fbbed46..08c58f0a72 100644 --- a/testing/py3-h5py/APKBUILD +++ b/testing/py3-h5py/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.10.0 pkgrel=0 pkgdesc="Read and write HDF5 files from Python" url="https://www.h5py.org" -arch="all !s390x !x86" # x86 -> numpy has no 128float support +arch="all !s390x !x86 !ppc64le" # x86|ppc64le -> numpy has no 128float support license="BSD-3-Clause" depends="py3-six py3-numpy hdf5" makedepends="cython3 python3-dev hdf5-dev py3-setuptools py3-numpy-dev" |
