mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
math/dune-localfunctions: update 2.8.0 → 2.11.0
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
PORTNAME= dune-localfunctions
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.8.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.11.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@@ -22,7 +21,11 @@ USE_GITLAB= yes
|
||||
|
||||
GL_SITE= https://gitlab.dune-project.org
|
||||
GL_ACCOUNT= core
|
||||
GL_TAGNAME= f6628171b2773065ab43f97a77f47cd8c4283d8f
|
||||
GL_TAGNAME= 56e0e0e97bcd1cadeb05296e89a492900c0fd790
|
||||
|
||||
CMAKE_OFF= DUNE_ENABLE_PYTHONBINDINGS
|
||||
|
||||
PLIST_SUB+= DUNE_LOCALFUNCTIONS_CMAKE_HASH=49d120d3897aee42c5e8eb22158d11e8
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -30,13 +33,11 @@ OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DOCS_CMAKE_BOOL= FREEBSD_INSTALL_DOCS
|
||||
DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \
|
||||
latex:print/tex-formats \
|
||||
sphinx-build:textproc/py-sphinx
|
||||
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
post-stage-DOCS-on: # https://gitlab.dune-project.org/core/dune-common/issues/191
|
||||
@${RMDIR} ${STAGEDIR}${DOCSDIR}/comm
|
||||
@${RMDIR} ${STAGEDIR}${DOCSDIR}/comm || ${TRUE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1630950544
|
||||
SHA256 (core-dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f_GL0.tar.gz) = fb92c07402b13e01b9eb735a07658ffcb1236a293991530f74cdcc5a306daf38
|
||||
SIZE (core-dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f_GL0.tar.gz) = 212124
|
||||
TIMESTAMP = 1774915229
|
||||
SHA256 (core-dune-localfunctions-56e0e0e97bcd1cadeb05296e89a492900c0fd790_GL0.tar.gz) = 225ff38147639a1cad58bbc2871f3558fc55d22beb07ff51dc53114ff95a40dc
|
||||
SIZE (core-dune-localfunctions-56e0e0e97bcd1cadeb05296e89a492900c0fd790_GL0.tar.gz) = 224052
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
include/dune-localfunctions-config.hh
|
||||
include/dune/localfunctions/brezzidouglasfortinmarini/bdfmcube.hh
|
||||
include/dune/localfunctions/brezzidouglasfortinmarini/cube/localbasis.hh
|
||||
include/dune/localfunctions/brezzidouglasfortinmarini/cube/localcoefficients.hh
|
||||
@@ -28,6 +29,7 @@ include/dune/localfunctions/brezzidouglasmarini/brezzidouglasmarinisimplex.hh
|
||||
include/dune/localfunctions/common/interface.hh
|
||||
include/dune/localfunctions/common/interfaceswitch.hh
|
||||
include/dune/localfunctions/common/localbasis.hh
|
||||
include/dune/localfunctions/common/localfiniteelement.hh
|
||||
include/dune/localfunctions/common/localfiniteelementtraits.hh
|
||||
include/dune/localfunctions/common/localfiniteelementvariant.hh
|
||||
include/dune/localfunctions/common/localfiniteelementvariantcache.hh
|
||||
@@ -47,7 +49,17 @@ include/dune/localfunctions/dualmortarbasis/dualq1.hh
|
||||
include/dune/localfunctions/dualmortarbasis/dualq1/dualq1localbasis.hh
|
||||
include/dune/localfunctions/dualmortarbasis/dualq1/dualq1localcoefficients.hh
|
||||
include/dune/localfunctions/dualmortarbasis/dualq1/dualq1localinterpolation.hh
|
||||
include/dune/localfunctions/enriched.hh
|
||||
include/dune/localfunctions/enriched/cubeq1bubble.hh
|
||||
include/dune/localfunctions/enriched/cubeq1bubble/localbasis.hh
|
||||
include/dune/localfunctions/enriched/cubeq1bubble/localcoefficients.hh
|
||||
include/dune/localfunctions/enriched/cubeq1bubble/localinterpolation.hh
|
||||
include/dune/localfunctions/enriched/simplexp1bubble.hh
|
||||
include/dune/localfunctions/enriched/simplexp1bubble/localbasis.hh
|
||||
include/dune/localfunctions/enriched/simplexp1bubble/localcoefficients.hh
|
||||
include/dune/localfunctions/enriched/simplexp1bubble/localinterpolation.hh
|
||||
include/dune/localfunctions/hierarchical.hh
|
||||
include/dune/localfunctions/hierarchical/hierarchicalp1withelementbubble.hh
|
||||
include/dune/localfunctions/hierarchical/hierarchicalp2.hh
|
||||
include/dune/localfunctions/hierarchical/hierarchicalp2/hierarchicalsimplexp2localbasis.hh
|
||||
include/dune/localfunctions/hierarchical/hierarchicalp2/hierarchicalsimplexp2localinterpolation.hh
|
||||
@@ -57,6 +69,7 @@ include/dune/localfunctions/hierarchical/hierarchicalprismp2.hh
|
||||
include/dune/localfunctions/hierarchical/hierarchicalprismp2/hierarchicalprismp2localbasis.hh
|
||||
include/dune/localfunctions/hierarchical/hierarchicalprismp2/hierarchicalprismp2localinterpolation.hh
|
||||
include/dune/localfunctions/lagrange.hh
|
||||
include/dune/localfunctions/lagrange/cache.hh
|
||||
include/dune/localfunctions/lagrange/emptypoints.hh
|
||||
include/dune/localfunctions/lagrange/equidistantpoints.hh
|
||||
include/dune/localfunctions/lagrange/interpolation.hh
|
||||
@@ -71,22 +84,13 @@ include/dune/localfunctions/lagrange/p0.hh
|
||||
include/dune/localfunctions/lagrange/p0/p0localbasis.hh
|
||||
include/dune/localfunctions/lagrange/p0/p0localcoefficients.hh
|
||||
include/dune/localfunctions/lagrange/p0/p0localinterpolation.hh
|
||||
include/dune/localfunctions/lagrange/p1.hh
|
||||
include/dune/localfunctions/lagrange/p2.hh
|
||||
include/dune/localfunctions/lagrange/p23d.hh
|
||||
include/dune/localfunctions/lagrange/pk.hh
|
||||
include/dune/localfunctions/lagrange/pk1d.hh
|
||||
include/dune/localfunctions/lagrange/pk2d.hh
|
||||
include/dune/localfunctions/lagrange/pk3d.hh
|
||||
include/dune/localfunctions/lagrange/pq22d.hh
|
||||
include/dune/localfunctions/lagrange/pqkfactory.hh
|
||||
include/dune/localfunctions/lagrange/prismp1.hh
|
||||
include/dune/localfunctions/lagrange/prismp2.hh
|
||||
include/dune/localfunctions/lagrange/pyramidp1.hh
|
||||
include/dune/localfunctions/lagrange/pyramidp2.hh
|
||||
include/dune/localfunctions/lagrange/q1.hh
|
||||
include/dune/localfunctions/lagrange/q2.hh
|
||||
include/dune/localfunctions/lagrange/qk.hh
|
||||
include/dune/localfunctions/meta/discontinuous.hh
|
||||
include/dune/localfunctions/meta/power.hh
|
||||
include/dune/localfunctions/meta/power/basis.hh
|
||||
include/dune/localfunctions/meta/power/coefficients.hh
|
||||
@@ -123,6 +127,14 @@ include/dune/localfunctions/raviartthomas/raviartthomas0cube2d.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas0cube2d/raviartthomas0cube2dall.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas0cube3d.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas0cube3d/raviartthomas0cube3dall.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas0prism.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas0prism/raviartthomas0prismlocalbasis.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas0prism/raviartthomas0prismlocalcoefficients.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas0prism/raviartthomas0prismlocalinterpolation.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas0pyramid.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas0pyramid/raviartthomas0pyramidlocalbasis.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas0pyramid/raviartthomas0pyramidlocalcoefficients.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas0pyramid/raviartthomas0pyramidlocalinterpolation.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas12d.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas12d/raviartthomas12dlocalbasis.hh
|
||||
include/dune/localfunctions/raviartthomas/raviartthomas12d/raviartthomas12dlocalcoefficients.hh
|
||||
@@ -186,6 +198,8 @@ include/dune/localfunctions/whitney/edges0.5/common.hh
|
||||
include/dune/localfunctions/whitney/edges0.5/interpolation.hh
|
||||
lib/cmake/dune-localfunctions/dune-localfunctions-config-version.cmake
|
||||
lib/cmake/dune-localfunctions/dune-localfunctions-config.cmake
|
||||
lib/cmake/dune-localfunctions/dune-localfunctions-scoped-targets-49d120d3897aee42c5e8eb22158d11e8.cmake
|
||||
lib/cmake/dune-localfunctions/dune-localfunctions-targets.cmake
|
||||
lib/dunecontrol/dune-localfunctions/dune.module
|
||||
libdata/pkgconfig/dune-localfunctions.pc
|
||||
%%DATADIR%%/config.h.cmake
|
||||
|
||||
Reference in New Issue
Block a user