1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

science/dakota: Fix build with HDF5 1.12.0+

This commit is contained in:
Po-Chuan Hsieh 2022-07-18 20:50:22 +08:00
parent 97c09dc948
commit 467a1a9df7
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -57,6 +57,7 @@ CMAKE_ARGS= -DDakota_VERSION_SRC:STRING=${DISTVERSION} -DDakota_GIT_REVL:STRING=
-DMUQ_STANMATH_DIR=${WRKSRC}/stanmath \ -DMUQ_STANMATH_DIR=${WRKSRC}/stanmath \
-DPython_EXECUTABLE=${PYTHON_CMD} -DPython_EXECUTABLE=${PYTHON_CMD}
CFLAGS+= -DH5_USE_110_API=1
FFLAGS+= -fallow-argument-mismatch FFLAGS+= -fallow-argument-mismatch
LDFLAGS+= -lexecinfo LDFLAGS+= -lexecinfo