mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/py3-h5py: add -Wno-incompatible-pointer-types for GCC 14
This commit is contained in:
parent
122bb48f36
commit
249143d660
@ -46,6 +46,7 @@ build() {
|
|||||||
export H5PY_SYSTEM_LZF=1
|
export H5PY_SYSTEM_LZF=1
|
||||||
# Stop requiring a specific version of numpy
|
# Stop requiring a specific version of numpy
|
||||||
export H5PY_SETUP_REQUIRES=0
|
export H5PY_SETUP_REQUIRES=0
|
||||||
|
export CFLAGS="$CFLAGS -Wno-incompatible-pointer-types"
|
||||||
gpep517 build-wheel \
|
gpep517 build-wheel \
|
||||||
--wheel-dir .dist \
|
--wheel-dir .dist \
|
||||||
--output-fd 3 3>&1 >&2
|
--output-fd 3 3>&1 >&2
|
||||||
|
Loading…
Reference in New Issue
Block a user