diff --git a/math/dune-geometry/Makefile b/math/dune-geometry/Makefile index daa4487f0273..e169232a45bb 100644 --- a/math/dune-geometry/Makefile +++ b/math/dune-geometry/Makefile @@ -1,40 +1,41 @@ PORTNAME= dune-geometry DISTVERSIONPREFIX= v -DISTVERSION= 2.8.0 -PORTREVISION= 15 +DISTVERSION= 2.11.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= DUNE framework: Geometry transformations, reference elements, etc WWW= https://www.dune-project.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md -BUILD_DEPENDS= openmpi4>0:net/openmpi4 \ +BUILD_DEPENDS= openmpi>0:net/openmpi \ vc>0:devel/vc LIB_DEPENDS= libdunecommon.so:math/dune-common \ libopenblas.so:math/openblas \ libtbb.so:devel/onetbb USES= cmake compiler:c++17-lang fortran pkgconfig python USE_GITLAB= yes USE_LDCONFIG= yes GL_SITE= https://gitlab.dune-project.org GL_ACCOUNT= core -GL_TAGNAME= e7bfb66e48496aa28e47974c33ea9a4579bf723b +GL_TAGNAME= 7e8ec771779653f7f39962767adf4114e7378d10 CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= DUNE_ENABLE_PYTHONBINDINGS CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so +PLIST_SUB+= DUNE_GEOMETRY_CMAKE_HASH=e549ea2960343795469675e5cde92e5c + OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes DOCS_CMAKE_BOOL= FREEBSD_INSTALL_DOCS -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \ - sphinx-build:textproc/py-sphinx +DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx PORTDOCS= * .include diff --git a/math/dune-geometry/distinfo b/math/dune-geometry/distinfo index 3d8da3da3c76..195b6f2a0e36 100644 --- a/math/dune-geometry/distinfo +++ b/math/dune-geometry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630919327 -SHA256 (core-dune-geometry-e7bfb66e48496aa28e47974c33ea9a4579bf723b_GL0.tar.gz) = 19866eb56655e6f31f91d7c8a8851bde9a52172efec7eb5acb2005a21d1173ca -SIZE (core-dune-geometry-e7bfb66e48496aa28e47974c33ea9a4579bf723b_GL0.tar.gz) = 794145 +TIMESTAMP = 1774915221 +SHA256 (core-dune-geometry-7e8ec771779653f7f39962767adf4114e7378d10_GL0.tar.gz) = b9bbb89981639aa5aa65de52392c8f30f4c25bf750ba8c6391b07cb34e3fe1dc +SIZE (core-dune-geometry-7e8ec771779653f7f39962767adf4114e7378d10_GL0.tar.gz) = 623600 diff --git a/math/dune-geometry/files/patch-CMakeLists.txt b/math/dune-geometry/files/patch-CMakeLists.txt index 8439fee6fd34..9a7c42030652 100644 --- a/math/dune-geometry/files/patch-CMakeLists.txt +++ b/math/dune-geometry/files/patch-CMakeLists.txt @@ -1,12 +1,10 @@ ---- CMakeLists.txt.orig 2020-03-14 17:27:33 UTC +--- CMakeLists.txt.orig 2024-01-01 00:00:00 UTC +++ CMakeLists.txt -@@ -21,7 +21,9 @@ include(DuneMacros) - dune_project() +@@ -36,7 +36,9 @@ dune_default_include_directories(dunegeometry PUBLIC) add_subdirectory("dune") +if (FREEBSD_INSTALL_DOCS) add_subdirectory("doc") +endif() - add_subdirectory("lib") - # finalize the dune project, e.g. generating config.h etc. + # if Python bindings are enabled, include necessary sub directories. diff --git a/math/dune-geometry/pkg-plist b/math/dune-geometry/pkg-plist index cdb2ec680a71..d381ea2268ef 100644 --- a/math/dune-geometry/pkg-plist +++ b/math/dune-geometry/pkg-plist @@ -1,44 +1,51 @@ +include/dune-geometry-config.hh include/dune/geometry/affinegeometry.hh include/dune/geometry/axisalignedcubegeometry.hh -include/dune/geometry/deprecated_topology.hh include/dune/geometry/dimension.hh include/dune/geometry/generalvertexorder.hh +include/dune/geometry/localfiniteelementgeometry.hh +include/dune/geometry/mappedgeometry.hh include/dune/geometry/multilineargeometry.hh include/dune/geometry/quadraturerules.hh include/dune/geometry/quadraturerules/compositequadraturerule.hh include/dune/geometry/quadraturerules/gausslobattoquadrature.hh include/dune/geometry/quadraturerules/gaussquadrature.hh include/dune/geometry/quadraturerules/gaussradauleftquadrature.hh include/dune/geometry/quadraturerules/gaussradaurightquadrature.hh include/dune/geometry/quadraturerules/jacobi1quadrature.hh include/dune/geometry/quadraturerules/jacobi2quadrature.hh include/dune/geometry/quadraturerules/jacobiNquadrature.hh +include/dune/geometry/quadraturerules/numberfromstring.hh include/dune/geometry/quadraturerules/pointquadrature.hh include/dune/geometry/quadraturerules/prismquadrature.hh include/dune/geometry/quadraturerules/simplexquadrature.hh include/dune/geometry/quadraturerules/tensorproductquadrature.hh include/dune/geometry/referenceelement.hh include/dune/geometry/referenceelementimplementation.hh include/dune/geometry/referenceelements.hh include/dune/geometry/refinement.hh include/dune/geometry/refinement/base.cc include/dune/geometry/refinement/hcube.cc include/dune/geometry/refinement/hcubetriangulation.cc include/dune/geometry/refinement/prismtriangulation.cc include/dune/geometry/refinement/pyramidtriangulation.cc include/dune/geometry/refinement/simplex.cc include/dune/geometry/test/checkgeometry.hh include/dune/geometry/topologyfactory.hh include/dune/geometry/type.hh include/dune/geometry/typeindex.hh +include/dune/geometry/utility/algorithms.hh +include/dune/geometry/utility/convergence.hh +include/dune/geometry/utility/defaultmatrixhelper.hh include/dune/geometry/utility/typefromvertexcount.hh include/dune/geometry/virtualrefinement.cc include/dune/geometry/virtualrefinement.hh lib/cmake/dune-geometry/dune-geometry-config-version.cmake lib/cmake/dune-geometry/dune-geometry-config.cmake -lib/cmake/dune-geometry/dune-geometry-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/dune-geometry/dune-geometry-scoped-targets-%%DUNE_GEOMETRY_CMAKE_HASH%%.cmake +lib/cmake/dune-geometry/dune-geometry-scoped-targets-%%DUNE_GEOMETRY_CMAKE_HASH%%-release.cmake lib/cmake/dune-geometry/dune-geometry-targets.cmake lib/dunecontrol/dune-geometry/dune.module lib/libdunegeometry.so libdata/pkgconfig/dune-geometry.pc %%DATADIR%%/config.h.cmake