mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
math/dune-vtk: Update g20201220 -> g20210623
This commit is contained in:
parent
4d37fe488c
commit
1726d7eff2
@ -1,5 +1,5 @@
|
||||
PORTNAME= dune-vtk
|
||||
DISTVERSION= g20201220
|
||||
DISTVERSION= g20210623
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -20,12 +20,22 @@ LIB_DEPENDS= libarpack.so:math/arpack-ng \
|
||||
libdunegeometry.so:math/dune-geometry \
|
||||
libdunegrid.so:math/dune-grid \
|
||||
libdunepolygongrid.so:math/dune-polygongrid \
|
||||
libugL.so:math/dune-uggrid \
|
||||
libduneuggrid.so:math/dune-uggrid \
|
||||
libgmp.so:math/gmp \
|
||||
libmetis.so:math/metis \
|
||||
libopenblas.so:math/openblas \
|
||||
libpsurface.so:math/psurface \
|
||||
libamd.so:math/suitesparse-amd \
|
||||
libcamd.so:math/suitesparse-camd \
|
||||
libccolamd.so:math/suitesparse-ccolamd \
|
||||
libcholmod.so:math/suitesparse-cholmod \
|
||||
libcolamd.so:math/suitesparse-colamd \
|
||||
libsuitesparseconfig.so:math/suitesparse-config \
|
||||
libldl.so:math/suitesparse-ldl \
|
||||
libspqr.so:math/suitesparse-spqr \
|
||||
libumfpack.so:math/suitesparse-umfpack \
|
||||
libsuperlu.so:math/superlu \
|
||||
libtbb.so:devel/tbb
|
||||
libtbb.so:devel/onetbb
|
||||
RUN_DEPENDS= ${HPP_DEPENDS} \
|
||||
suitesparse>0:math/suitesparse \
|
||||
${LOCALBASE}/mpi/openmpi/lib/libmpi.so:net/openmpi
|
||||
@ -36,7 +46,7 @@ USE_LDCONFIG= yes
|
||||
|
||||
GL_SITE= https://gitlab.dune-project.org
|
||||
GL_ACCOUNT= extensions
|
||||
GL_COMMIT= 847c3e5d0e5ff48ac3aad14adf6218b6578599af
|
||||
GL_COMMIT= 38f79c23ef8f29210d41353a8380e42b78422f2f
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1617891522
|
||||
SHA256 (extensions-dune-vtk-847c3e5d0e5ff48ac3aad14adf6218b6578599af_GL0.tar.gz) = be5c3a1589bca4ed6fe8d5517d13eb0b1a27e49e713dc86dbbd946fc599bf301
|
||||
SIZE (extensions-dune-vtk-847c3e5d0e5ff48ac3aad14adf6218b6578599af_GL0.tar.gz) = 81186
|
||||
TIMESTAMP = 1630990283
|
||||
SHA256 (extensions-dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f_GL0.tar.gz) = 2afc55b0d8b60d119ce13861a08acc091c09c4a25a5231920b4c15001071b16e
|
||||
SIZE (extensions-dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f_GL0.tar.gz) = 87845
|
||||
|
@ -2,6 +2,7 @@ include/dune/vtk/datacollectorinterface.hh
|
||||
include/dune/vtk/datacollectorinterface.impl.hh
|
||||
include/dune/vtk/datacollectors/continuousdatacollector.hh
|
||||
include/dune/vtk/datacollectors/discontinuousdatacollector.hh
|
||||
include/dune/vtk/datacollectors/lagrangedatacollector.hh
|
||||
include/dune/vtk/datacollectors/quadraticdatacollector.hh
|
||||
include/dune/vtk/datacollectors/spdatacollector.hh
|
||||
include/dune/vtk/datacollectors/structureddatacollector.hh
|
||||
@ -29,6 +30,7 @@ include/dune/vtk/pvdwriter.hh
|
||||
include/dune/vtk/pvdwriter.impl.hh
|
||||
include/dune/vtk/types.hh
|
||||
include/dune/vtk/utility/arguments.hh
|
||||
include/dune/vtk/utility/concepts.hh
|
||||
include/dune/vtk/utility/enum.hh
|
||||
include/dune/vtk/utility/errors.hh
|
||||
include/dune/vtk/utility/filesystem.hh
|
||||
|
Loading…
Reference in New Issue
Block a user