Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2020 03:50:23 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528470 - in head/math: . dune-pdelab dune-pdelab/files
Message-ID:  <202003150350.02F3oNFD085696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Mar 15 03:50:22 2020
New Revision: 528470
URL: https://svnweb.freebsd.org/changeset/ports/528470

Log:
  New port: math/dune-pdelab: DUNE framework: PDE solver toolbox

Added:
  head/math/dune-pdelab/
  head/math/dune-pdelab/Makefile   (contents, props changed)
  head/math/dune-pdelab/distinfo   (contents, props changed)
  head/math/dune-pdelab/files/
  head/math/dune-pdelab/files/patch-CMakeLists.txt   (contents, props changed)
  head/math/dune-pdelab/files/patch-dune_pdelab_common_clock.cc   (contents, props changed)
  head/math/dune-pdelab/pkg-descr   (contents, props changed)
  head/math/dune-pdelab/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Mar 15 02:18:28 2020	(r528469)
+++ head/math/Makefile	Sun Mar 15 03:50:22 2020	(r528470)
@@ -220,6 +220,7 @@
     SUBDIR += dune-grid
     SUBDIR += dune-istl
     SUBDIR += dune-localfunctions
+    SUBDIR += dune-pdelab
     SUBDIR += dune-typetree
     SUBDIR += dune-uggrid
     SUBDIR += e

Added: head/math/dune-pdelab/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-pdelab/Makefile	Sun Mar 15 03:50:22 2020	(r528470)
@@ -0,0 +1,51 @@
+# $FreeBSD$
+
+PORTNAME=	dune-pdelab
+DISTVERSIONPREFIX=	v
+DISTVERSION=	2.6.0rc2
+CATEGORIES=	math
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	DUNE framework: PDE solver toolbox
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+DUNE_DEPENDS=	dune-common>0:math/dune-common \
+		dune-functions>0:math/dune-functions \
+		dune-grid>0:math/dune-grid \
+		dune-istl>0:math/dune-istl \
+		dune-geometry>0:math/dune-geometry \
+		dune-localfunctions>0:math/dune-localfunctions \
+		dune-typetree>0:math/dune-typetree
+BUILD_DEPENDS=	${DUNE_DEPENDS}
+LIB_DEPENDS=	libugL.so:math/dune-uggrid \
+		libgmp.so:math/gmp \
+		libmetis.so:math/metis \
+		libopenblas.so:math/openblas \
+		libsuitesparseconfig.so:math/suitesparse \
+		libsuperlu.so:math/superlu \
+		libtbb.so:devel/tbb
+RUN_DEPENDS=	${DUNE_DEPENDS}
+
+USES=		cmake compiler:c++17-lang fortran pkgconfig
+USE_GITLAB=	yes
+USE_LDCONFIG=	yes
+
+GL_ACCOUNT=	core
+GL_SITE=	https://gitlab.dune-project.org
+GL_ACCOUNT=	pdelab
+GL_COMMIT=	52b45c1640bf42a1f7f4180f578158999a7178d2
+
+CMAKE_ON=	BUILD_SHARED_LIBS
+
+OPTIONS_DEFINE=	DOCS
+OPTIONS_SUB=	yes
+
+DOCS_CMAKE_BOOL=	FREEBSD_INSTALL_DOCS
+DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen \
+			sphinx-build:textproc/py-sphinx
+
+PORTDOCS=	*
+
+.include <bsd.port.mk>

Added: head/math/dune-pdelab/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-pdelab/distinfo	Sun Mar 15 03:50:22 2020	(r528470)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1584240436
+SHA256 (pdelab-dune-pdelab-52b45c1640bf42a1f7f4180f578158999a7178d2_GL0.tar.gz) = 1dc2fafb511a2ce4b92e8cceb15367ea018ab6f5d5144a0da77e3f03f83925a2
+SIZE (pdelab-dune-pdelab-52b45c1640bf42a1f7f4180f578158999a7178d2_GL0.tar.gz) = 765677

Added: head/math/dune-pdelab/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-pdelab/files/patch-CMakeLists.txt	Sun Mar 15 03:50:22 2020	(r528470)
@@ -0,0 +1,12 @@
+--- CMakeLists.txt.orig	2020-03-15 02:57:28 UTC
++++ CMakeLists.txt
+@@ -41,7 +41,9 @@ dune_register_package_flags(LIBRARIES dunepdelab)
+ # Use the enable all packages feature
+ dune_enable_all_packages()
+ 
++if (FREEBSD_INSTALL_DOCS)
+ add_subdirectory(doc)
++endif()
+ add_subdirectory(dune/pdelab)
+ add_subdirectory(cmake/modules)
+ add_subdirectory(lib)

Added: head/math/dune-pdelab/files/patch-dune_pdelab_common_clock.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-pdelab/files/patch-dune_pdelab_common_clock.cc	Sun Mar 15 03:50:22 2020	(r528470)
@@ -0,0 +1,11 @@
+--- dune/pdelab/common/clock.cc.orig	2020-03-15 02:50:50 UTC
++++ dune/pdelab/common/clock.cc
+@@ -5,7 +5,7 @@
+ #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE < 199309L
+ #undef _POSIX_C_SOURCE
+ #endif
+-#if !defined(_POSIX_C_SOURCE) && !defined(__APPLE__)
++#if !defined(_POSIX_C_SOURCE) && !defined(__APPLE__) && !defined(__FreeBSD__)
+ #define _POSIX_C_SOURCE 199309L
+ #endif
+ 

Added: head/math/dune-pdelab/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-pdelab/pkg-descr	Sun Mar 15 03:50:22 2020	(r528470)
@@ -0,0 +1,9 @@
+dune-pdelab is a module of the DUNE Numerics framework for solving
+partial differential equations (PDEs) with grid-based methods.
+
+PDELab is a PDE solver toolbox. The main intention is to provide a good set of
+high-level abstractions to allow for a reasonably quick development of
+simulation codes, while at the same time offering the flexibility to implement
+new numerical methods and optimize for specific simulation scenarios.
+
+WWW: https://www.dune-project.org/

Added: head/math/dune-pdelab/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-pdelab/pkg-plist	Sun Mar 15 03:50:22 2020	(r528470)
@@ -0,0 +1,269 @@
+include/dune/pdelab/adaptivity/adaptivity.hh
+include/dune/pdelab/backend/common/tags.hh
+include/dune/pdelab/backend/common/uncachedmatrixview.hh
+include/dune/pdelab/backend/common/uncachedvectorview.hh
+include/dune/pdelab/backend/eigen.hh
+include/dune/pdelab/backend/eigen/descriptors.hh
+include/dune/pdelab/backend/eigen/matrix.hh
+include/dune/pdelab/backend/eigen/solvers.hh
+include/dune/pdelab/backend/eigen/vector.hh
+include/dune/pdelab/backend/interface.hh
+include/dune/pdelab/backend/istl.hh
+include/dune/pdelab/backend/istl/bcrsmatrix.hh
+include/dune/pdelab/backend/istl/bcrsmatrixbackend.hh
+include/dune/pdelab/backend/istl/bcrspattern.hh
+include/dune/pdelab/backend/istl/blockmatrixdiagonal.hh
+include/dune/pdelab/backend/istl/cg_to_dg_prolongation.hh
+include/dune/pdelab/backend/istl/descriptors.hh
+include/dune/pdelab/backend/istl/dunefunctions.hh
+include/dune/pdelab/backend/istl/forwarddeclarations.hh
+include/dune/pdelab/backend/istl/geneo/arpackpp_geneo.hh
+include/dune/pdelab/backend/istl/geneo/coarsespace.hh
+include/dune/pdelab/backend/istl/geneo/geneo.hh
+include/dune/pdelab/backend/istl/geneo/geneobasis.hh
+include/dune/pdelab/backend/istl/geneo/liptonbabuskabasis.hh
+include/dune/pdelab/backend/istl/geneo/localoperator_ovlp_region.hh
+include/dune/pdelab/backend/istl/geneo/multicommdatahandle.hh
+include/dune/pdelab/backend/istl/geneo/partitionofunity.hh
+include/dune/pdelab/backend/istl/geneo/subdomainbasis.hh
+include/dune/pdelab/backend/istl/geneo/subdomainprojectedcoarsespace.hh
+include/dune/pdelab/backend/istl/geneo/two_level_schwarz.hh
+include/dune/pdelab/backend/istl/istlsolverbackend.hh
+include/dune/pdelab/backend/istl/matrixhelpers.hh
+include/dune/pdelab/backend/istl/novlpistlsolverbackend.hh
+include/dune/pdelab/backend/istl/ovlp_amg_dg_backend.hh
+include/dune/pdelab/backend/istl/ovlpistlsolverbackend.hh
+include/dune/pdelab/backend/istl/parallelhelper.hh
+include/dune/pdelab/backend/istl/patternstatistics.hh
+include/dune/pdelab/backend/istl/seq_amg_dg_backend.hh
+include/dune/pdelab/backend/istl/seqistlsolverbackend.hh
+include/dune/pdelab/backend/istl/tags.hh
+include/dune/pdelab/backend/istl/utility.hh
+include/dune/pdelab/backend/istl/vector.hh
+include/dune/pdelab/backend/istl/vectorhelpers.hh
+include/dune/pdelab/backend/istl/vectoriterator.hh
+include/dune/pdelab/backend/simple.hh
+include/dune/pdelab/backend/simple/descriptors.hh
+include/dune/pdelab/backend/simple/matrix.hh
+include/dune/pdelab/backend/simple/sparse.hh
+include/dune/pdelab/backend/simple/vector.hh
+include/dune/pdelab/backend/solver.hh
+include/dune/pdelab/boilerplate/pdelab.hh
+include/dune/pdelab/common/benchmarkhelper.hh
+include/dune/pdelab/common/borderindexidcache.hh
+include/dune/pdelab/common/clock.hh
+include/dune/pdelab/common/crossproduct.hh
+include/dune/pdelab/common/dofindex.hh
+include/dune/pdelab/common/elementmapper.hh
+include/dune/pdelab/common/exceptions.hh
+include/dune/pdelab/common/function.hh
+include/dune/pdelab/common/functionutilities.hh
+include/dune/pdelab/common/functionwrappers.hh
+include/dune/pdelab/common/geometrywrapper.hh
+include/dune/pdelab/common/globaldofindex.hh
+include/dune/pdelab/common/hostname.hh
+include/dune/pdelab/common/instationaryfilenamehelper.hh
+include/dune/pdelab/common/intersectiontype.hh
+include/dune/pdelab/common/jacobiantocurl.hh
+include/dune/pdelab/common/logtag.hh
+include/dune/pdelab/common/multiindex.hh
+include/dune/pdelab/common/partitionviewentityset.hh
+include/dune/pdelab/common/polymorphicbufferwrapper.hh
+include/dune/pdelab/common/quadraturerules.hh
+include/dune/pdelab/common/range.hh
+include/dune/pdelab/common/referenceelements.hh
+include/dune/pdelab/common/simpledofindex.hh
+include/dune/pdelab/common/topologyutility.hh
+include/dune/pdelab/common/typetraits.hh
+include/dune/pdelab/common/utility.hh
+include/dune/pdelab/common/vtkexport.hh
+include/dune/pdelab/constraints/common/constraints.hh
+include/dune/pdelab/constraints/common/constraintsparameters.hh
+include/dune/pdelab/constraints/common/constraintstransformation.hh
+include/dune/pdelab/constraints/conforming.hh
+include/dune/pdelab/constraints/hangingnode.hh
+include/dune/pdelab/constraints/hangingnodemanager.hh
+include/dune/pdelab/constraints/interiornode.hh
+include/dune/pdelab/constraints/noconstraints.hh
+include/dune/pdelab/constraints/p0.hh
+include/dune/pdelab/constraints/p0ghost.hh
+include/dune/pdelab/constraints/raviartthomas0.hh
+include/dune/pdelab/finiteelement/l2orthonormal.hh
+include/dune/pdelab/finiteelement/localbasiscache.hh
+include/dune/pdelab/finiteelement/pk1d.hh
+include/dune/pdelab/finiteelement/qkdglagrange.hh
+include/dune/pdelab/finiteelement/qkdglegendre.hh
+include/dune/pdelab/finiteelement/qkdglobatto.hh
+include/dune/pdelab/finiteelementmap/bdm1cube2dfem.hh
+include/dune/pdelab/finiteelementmap/bdm1simplex2dfem.hh
+include/dune/pdelab/finiteelementmap/brezzidouglasmarinifem.hh
+include/dune/pdelab/finiteelementmap/edges0.5fem.hh
+include/dune/pdelab/finiteelementmap/finiteelementmap.hh
+include/dune/pdelab/finiteelementmap/global.hh
+include/dune/pdelab/finiteelementmap/mimeticfem.hh
+include/dune/pdelab/finiteelementmap/monomfem.hh
+include/dune/pdelab/finiteelementmap/opbfem.hh
+include/dune/pdelab/finiteelementmap/p0fem.hh
+include/dune/pdelab/finiteelementmap/pk1d.hh
+include/dune/pdelab/finiteelementmap/pkfem.hh
+include/dune/pdelab/finiteelementmap/pkqkfem.hh
+include/dune/pdelab/finiteelementmap/powerfem.hh
+include/dune/pdelab/finiteelementmap/qkdg.hh
+include/dune/pdelab/finiteelementmap/qkfem.hh
+include/dune/pdelab/finiteelementmap/rannacherturekfem.hh
+include/dune/pdelab/finiteelementmap/raviartthomasfem.hh
+include/dune/pdelab/finiteelementmap/rt0cube2dfem.hh
+include/dune/pdelab/finiteelementmap/rt0cube3dfem.hh
+include/dune/pdelab/finiteelementmap/rt0simplex2dfem.hh
+include/dune/pdelab/finiteelementmap/rt1cube2dfem.hh
+include/dune/pdelab/finiteelementmap/rt1cube3dfem.hh
+include/dune/pdelab/finiteelementmap/rt1simplex2dfem.hh
+include/dune/pdelab/finiteelementmap/rt2cube2dfem.hh
+include/dune/pdelab/finiteelementmap/utility.hh
+include/dune/pdelab/finiteelementmap/variablemonomfem.hh
+include/dune/pdelab/finiteelementmap/variableopbfem.hh
+include/dune/pdelab/finiteelementmap/variableqkdgfem.hh
+include/dune/pdelab/function/callableadapter.hh
+include/dune/pdelab/function/const.hh
+include/dune/pdelab/function/division.hh
+include/dune/pdelab/function/inverse.hh
+include/dune/pdelab/function/localfunction.hh
+include/dune/pdelab/function/localfunctionhelper.hh
+include/dune/pdelab/function/memberadaptor.hh
+include/dune/pdelab/function/minus.hh
+include/dune/pdelab/function/oldinterfaceadapter.hh
+include/dune/pdelab/function/product.hh
+include/dune/pdelab/function/scalarscaled.hh
+include/dune/pdelab/function/selectcomponent.hh
+include/dune/pdelab/function/sqr.hh
+include/dune/pdelab/function/sqrt.hh
+include/dune/pdelab/function/tags.hh
+include/dune/pdelab/gridfunctionspace/compositegridfunctionspace.hh
+include/dune/pdelab/gridfunctionspace/datahandleprovider.hh
+include/dune/pdelab/gridfunctionspace/dunefunctionsgridfunctionspace.hh
+include/dune/pdelab/gridfunctionspace/dunefunctionslfsindexcache.hh
+include/dune/pdelab/gridfunctionspace/dunefunctionslocalfunctionspace.hh
+include/dune/pdelab/gridfunctionspace/entityindexcache.hh
+include/dune/pdelab/gridfunctionspace/genericdatahandle.hh
+include/dune/pdelab/gridfunctionspace/gridfunctionadapter.hh
+include/dune/pdelab/gridfunctionspace/gridfunctionspace.hh
+include/dune/pdelab/gridfunctionspace/gridfunctionspacebase.hh
+include/dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh
+include/dune/pdelab/gridfunctionspace/interpolate.hh
+include/dune/pdelab/gridfunctionspace/lfsindexcache.hh
+include/dune/pdelab/gridfunctionspace/loadbalance.hh
+include/dune/pdelab/gridfunctionspace/localfunctionspace.hh
+include/dune/pdelab/gridfunctionspace/localfunctionspacetags.hh
+include/dune/pdelab/gridfunctionspace/localvector.hh
+include/dune/pdelab/gridfunctionspace/powercompositegridfunctionspacebase.hh
+include/dune/pdelab/gridfunctionspace/powergridfunctionspace.hh
+include/dune/pdelab/gridfunctionspace/subspace.hh
+include/dune/pdelab/gridfunctionspace/subspacelocalfunctionspace.hh
+include/dune/pdelab/gridfunctionspace/tags.hh
+include/dune/pdelab/gridfunctionspace/vectorgridfunctionspace.hh
+include/dune/pdelab/gridfunctionspace/vtk.hh
+include/dune/pdelab/gridoperator/common/assembler.hh
+include/dune/pdelab/gridoperator/common/assemblerutilities.hh
+include/dune/pdelab/gridoperator/common/borderdofexchanger.hh
+include/dune/pdelab/gridoperator/common/diagonallocalmatrix.hh
+include/dune/pdelab/gridoperator/common/gridoperatorutilities.hh
+include/dune/pdelab/gridoperator/common/localassemblerenginebase.hh
+include/dune/pdelab/gridoperator/common/localmatrix.hh
+include/dune/pdelab/gridoperator/default/assembler.hh
+include/dune/pdelab/gridoperator/default/jacobianapplyengine.hh
+include/dune/pdelab/gridoperator/default/jacobianengine.hh
+include/dune/pdelab/gridoperator/default/localassembler.hh
+include/dune/pdelab/gridoperator/default/nonlinearjacobianapplyengine.hh
+include/dune/pdelab/gridoperator/default/patternengine.hh
+include/dune/pdelab/gridoperator/default/residualengine.hh
+include/dune/pdelab/gridoperator/gridoperator.hh
+include/dune/pdelab/gridoperator/onestep.hh
+include/dune/pdelab/gridoperator/onestep/enginebase.hh
+include/dune/pdelab/gridoperator/onestep/jacobianengine.hh
+include/dune/pdelab/gridoperator/onestep/jacobianresidualengine.hh
+include/dune/pdelab/gridoperator/onestep/localassembler.hh
+include/dune/pdelab/gridoperator/onestep/patternengine.hh
+include/dune/pdelab/gridoperator/onestep/prestageengine.hh
+include/dune/pdelab/gridoperator/onestep/residualengine.hh
+include/dune/pdelab/instationary/explicitonestep.hh
+include/dune/pdelab/instationary/implicitonestep.hh
+include/dune/pdelab/instationary/onestep.hh
+include/dune/pdelab/instationary/onestepparameter.hh
+include/dune/pdelab/localoperator/blockdiagonal.hh
+include/dune/pdelab/localoperator/callswitch.hh
+include/dune/pdelab/localoperator/convectiondiffusionccfv.hh
+include/dune/pdelab/localoperator/convectiondiffusiondg.hh
+include/dune/pdelab/localoperator/convectiondiffusionfem.hh
+include/dune/pdelab/localoperator/convectiondiffusionparameter.hh
+include/dune/pdelab/localoperator/darcyccfv.hh
+include/dune/pdelab/localoperator/darcyfem.hh
+include/dune/pdelab/localoperator/defaultimp.hh
+include/dune/pdelab/localoperator/dginteriorpenaltyparameter.hh
+include/dune/pdelab/localoperator/dgnavierstokes.hh
+include/dune/pdelab/localoperator/dgnavierstokesparameter.hh
+include/dune/pdelab/localoperator/dgnavierstokesvelvecfem.hh
+include/dune/pdelab/localoperator/diffusionmixed.hh
+include/dune/pdelab/localoperator/electrodynamic.hh
+include/dune/pdelab/localoperator/errorindicatordg.hh
+include/dune/pdelab/localoperator/eval.hh
+include/dune/pdelab/localoperator/flags.hh
+include/dune/pdelab/localoperator/idefault.hh
+include/dune/pdelab/localoperator/interface.hh
+include/dune/pdelab/localoperator/l2.hh
+include/dune/pdelab/localoperator/l2volumefunctional.hh
+include/dune/pdelab/localoperator/linearacousticsdg.hh
+include/dune/pdelab/localoperator/linearacousticsparameter.hh
+include/dune/pdelab/localoperator/linearelasticity.hh
+include/dune/pdelab/localoperator/linearelasticityparameter.hh
+include/dune/pdelab/localoperator/maxwelldg.hh
+include/dune/pdelab/localoperator/maxwellparameter.hh
+include/dune/pdelab/localoperator/navierstokesmass.hh
+include/dune/pdelab/localoperator/nonlinearconvectiondiffusionfem.hh
+include/dune/pdelab/localoperator/numericaljacobian.hh
+include/dune/pdelab/localoperator/numericaljacobianapply.hh
+include/dune/pdelab/localoperator/numericalnonlinearjacobianapply.hh
+include/dune/pdelab/localoperator/numericalresidual.hh
+include/dune/pdelab/localoperator/pattern.hh
+include/dune/pdelab/localoperator/permeability_adapter.hh
+include/dune/pdelab/localoperator/scaled.hh
+include/dune/pdelab/localoperator/stokesparameter.hh
+include/dune/pdelab/localoperator/sum.hh
+include/dune/pdelab/localoperator/taylorhoodnavierstokes.hh
+include/dune/pdelab/localoperator/twophaseccfv.hh
+include/dune/pdelab/localoperator/variablefactories.hh
+include/dune/pdelab/localoperator/weightedsum.hh
+include/dune/pdelab/localoperator/zero.hh
+include/dune/pdelab/newton/newton.hh
+include/dune/pdelab/ordering/chunkedblockordering.hh
+include/dune/pdelab/ordering/decorator.hh
+include/dune/pdelab/ordering/directleaflocalordering.hh
+include/dune/pdelab/ordering/entityblockedlocalordering.hh
+include/dune/pdelab/ordering/gridviewordering.hh
+include/dune/pdelab/ordering/interleavedordering.hh
+include/dune/pdelab/ordering/leafgridviewordering.hh
+include/dune/pdelab/ordering/leaflocalordering.hh
+include/dune/pdelab/ordering/leaforderingbase.hh
+include/dune/pdelab/ordering/lexicographicordering.hh
+include/dune/pdelab/ordering/localorderingbase.hh
+include/dune/pdelab/ordering/orderingbase.hh
+include/dune/pdelab/ordering/permutedordering.hh
+include/dune/pdelab/ordering/singlecodimleafordering.hh
+include/dune/pdelab/ordering/subordering.hh
+include/dune/pdelab/ordering/transformations.hh
+include/dune/pdelab/ordering/utility.hh
+include/dune/pdelab/stationary/linearproblem.hh
+lib/cmake/dune-pdelab/dune-pdelab-config-version.cmake
+lib/cmake/dune-pdelab/dune-pdelab-config.cmake
+lib/cmake/dune-pdelab/dune-pdelab-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/dune-pdelab/dune-pdelab-targets.cmake
+lib/dunecontrol/dune-pdelab/dune.module
+lib/libdunepdelab.so
+libdata/pkgconfig/dune-pdelab.pc
+%%DATADIR%%/config.h.cmake
+share/dune/cmake/modules/CorrectWindowsPaths.cmake
+share/dune/cmake/modules/DunePdelabMacros.cmake
+share/dune/cmake/modules/FindPETSc.cmake
+share/dune/cmake/modules/FindPackageMultipass.cmake
+share/dune/cmake/modules/ResolveCompilerPaths.cmake
+share/dune/cmake/modules/UseEigen.cmake
+share/dune/cmake/modules/UsePETSc.cmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003150350.02F3oNFD085696>