git: 9e5b0e6663ae - main - cad/freecad: Change LIB_DEPENDS from hdf5 to hdf5-110 (follows french/med)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 12:51:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e5b0e6663ae97d52eed62301d18464e6cfd35ef commit 9e5b0e6663ae97d52eed62301d18464e6cfd35ef Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-18 12:50:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-18 12:50:19 +0000 cad/freecad: Change LIB_DEPENDS from hdf5 to hdf5-110 (follows french/med) - Bump PORTREVISION for dependency change --- cad/freecad/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index 16b73b165e74..355da9cf25d4 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -1,6 +1,6 @@ PORTNAME= FreeCAD DISTVERSION= 0.20 -PORTREVISION= 1 +PORTREVISION= 2 # use these for bugfixes/snapshots # DISTVERSION= 0.18-16093 # git rev-list --count # DISTVERSIONSUFFIX= -g690774c0e @@ -30,7 +30,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libmed.so:french/med \ libmpi.so:net/mpich \ libshiboken2.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}.so:devel/shiboken2@${PY_FLAVOR} \ - libhdf5.so:science/hdf5 + libhdf5-110.so:science/hdf5-110 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pivy>0:graphics/py-pivy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} @@ -58,6 +58,11 @@ CMAKE_ARGS+= -DOCC_INCLUDE_DIR="${LOCALBASE}/include/OpenCASCADE" \ -DPYTHON_PACKAGES_PATH="${PYTHON_SITELIBDIR}" \ -DPYTHON_EXECUTABLE="${PYTHON_CMD}" \ -DBUILD_ASSEMBLY="OFF" -DBUILD_FLAT_MESH="ON" \ + -DHDF5_CFLAGS="-I${LOCALBASE}/include/hdf5-110" \ + -DHDF5_FOUND=TRUE \ + -DHDF5_INCLUDE_DIRS="${LOCALBASE}/include/hdf5-110" \ + -DHDF5_LIBRARIES="-L${LOCALBASE}/lib -lhdf5-110" \ + -DHDF5_LIBRARY_DIRS="${LOCALBASE}/lib" \ -DPYSIDE2RCCBINARY="${RCC}" \ -DPYSIDE2UICBINARY="${UIC}" \ -DBUILD_ENABLE_CXX_STD=C++17