diff --git a/community/py3-h5py/APKBUILD b/community/py3-h5py/APKBUILD index f3c785aaaa0..416bef0a249 100644 --- a/community/py3-h5py/APKBUILD +++ b/community/py3-h5py/APKBUILD @@ -46,6 +46,7 @@ build() { export H5PY_SYSTEM_LZF=1 # Stop requiring a specific version of numpy export H5PY_SETUP_REQUIRES=0 + export CFLAGS="$CFLAGS -Wno-incompatible-pointer-types" gpep517 build-wheel \ --wheel-dir .dist \ --output-fd 3 3>&1 >&2