mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
math/dune-alugrid: Update 2.6.0 -> 2.8.0rc1
This commit is contained in:
parent
373f51362e
commit
55b28edca3
@ -1,7 +1,6 @@
|
||||
PORTNAME= dune-alugrid
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.6.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.8.0rc1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -11,11 +10,15 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= vc>0:devel/vc
|
||||
LIB_DEPENDS= libdunecommon.so:math/dune-common \
|
||||
LIB_DEPENDS= libalberta_utilities.so:math/alberta \
|
||||
libdunecommon.so:math/dune-common \
|
||||
libdunegeometry.so:math/dune-geometry \
|
||||
libdunegrid.so:math/dune-grid \
|
||||
libduneuggrid.so:math/dune-uggrid \
|
||||
libmetis.so:math/metis \
|
||||
libmpi.so:net/openmpi
|
||||
libmpi.so:net/openmpi \
|
||||
libopenblas.so:math/openblas \
|
||||
libtbb.so:devel/onetbb
|
||||
|
||||
USES= cmake compiler:c++17-lang fortran pkgconfig
|
||||
USE_GITLAB= yes
|
||||
@ -23,7 +26,7 @@ USE_LDCONFIG= yes
|
||||
|
||||
GL_SITE= https://gitlab.dune-project.org
|
||||
GL_ACCOUNT= extensions
|
||||
GL_COMMIT= 9cec115318adc7c3f4faa16a626f61996710c533
|
||||
GL_COMMIT= 08c6496d4d4a33df6456c3b402182f353dc2e76d
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1617891509
|
||||
SHA256 (extensions-dune-alugrid-9cec115318adc7c3f4faa16a626f61996710c533_GL0.tar.gz) = 002267a6c09023625104f85d96361fd3aeefb2aa6e4d05c9c61fed3e85dc9e5f
|
||||
SIZE (extensions-dune-alugrid-9cec115318adc7c3f4faa16a626f61996710c533_GL0.tar.gz) = 1401940
|
||||
TIMESTAMP = 1633211813
|
||||
SHA256 (extensions-dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d_GL0.tar.gz) = 988cf37f19420af138b0504062f1924566b885b7306c6ba4b5a6cffc60f83caa
|
||||
SIZE (extensions-dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d_GL0.tar.gz) = 2991536
|
||||
|
@ -1,6 +1,8 @@
|
||||
include/dune/alugrid/3d/alu3dinclude.hh
|
||||
include/dune/alugrid/3d/alu3diterators.hh
|
||||
include/dune/alugrid/3d/alu3diterators_imp.cc
|
||||
include/dune/alugrid/3d/alugrid.hh
|
||||
include/dune/alugrid/3d/aluinline.hh
|
||||
include/dune/alugrid/3d/communication.hh
|
||||
include/dune/alugrid/3d/datacollectorcaps.hh
|
||||
include/dune/alugrid/3d/datahandle.hh
|
||||
@ -18,19 +20,24 @@ include/dune/alugrid/3d/grid_inline.hh
|
||||
include/dune/alugrid/3d/gridfactory.cc
|
||||
include/dune/alugrid/3d/gridfactory.hh
|
||||
include/dune/alugrid/3d/gridview.hh
|
||||
include/dune/alugrid/3d/indexsets.cc
|
||||
include/dune/alugrid/3d/indexsets.hh
|
||||
include/dune/alugrid/3d/iterator.cc
|
||||
include/dune/alugrid/3d/iterator.hh
|
||||
include/dune/alugrid/3d/iterator_imp.cc
|
||||
include/dune/alugrid/3d/mappings.hh
|
||||
include/dune/alugrid/3d/mappings_imp.cc
|
||||
include/dune/alugrid/3d/topology.cc
|
||||
include/dune/alugrid/3d/topology.hh
|
||||
include/dune/alugrid/common/alugrid_assert.hh
|
||||
include/dune/alugrid/common/backuprestore.hh
|
||||
include/dune/alugrid/common/bisectioncompatibility.hh
|
||||
include/dune/alugrid/common/bndprojection.hh
|
||||
include/dune/alugrid/common/capabilities.hh
|
||||
include/dune/alugrid/common/declaration.hh
|
||||
include/dune/alugrid/common/defaultindexsets.hh
|
||||
include/dune/alugrid/common/duneassert.hh
|
||||
include/dune/alugrid/common/fromtogridfactory.hh
|
||||
include/dune/alugrid/common/geostorage.hh
|
||||
include/dune/alugrid/common/hsfc.hh
|
||||
include/dune/alugrid/common/interfaces.hh
|
||||
@ -38,6 +45,7 @@ include/dune/alugrid/common/intersectioniteratorwrapper.hh
|
||||
include/dune/alugrid/common/ldbhandleif.hh
|
||||
include/dune/alugrid/common/macrogridview.hh
|
||||
include/dune/alugrid/common/memory.hh
|
||||
include/dune/alugrid/common/meshquality.hh
|
||||
include/dune/alugrid/common/persistentcontainer.hh
|
||||
include/dune/alugrid/common/structuredgridfactory.hh
|
||||
include/dune/alugrid/common/transformation.hh
|
||||
@ -86,6 +94,7 @@ include/dune/alugrid/impl/serial/refcount.hh
|
||||
include/dune/alugrid/impl/serial/refinementrules.h
|
||||
include/dune/alugrid/impl/serial/serialize.h
|
||||
include/dune/alugrid/impl/serial/walk.h
|
||||
include/utils/bisection-compatibility/bisectioncompatibility.hh
|
||||
lib/cmake/dune-alugrid/dune-alugrid-config-version.cmake
|
||||
lib/cmake/dune-alugrid/dune-alugrid-config.cmake
|
||||
lib/cmake/dune-alugrid/dune-alugrid-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
@ -95,6 +104,7 @@ lib/dunecontrol/dune-alugrid/dune.module
|
||||
lib/libdunealugrid.so
|
||||
libdata/pkgconfig/dune-alugrid.pc
|
||||
%%DATADIR%%/config.h.cmake
|
||||
share/dune/cmake/modules/AlugridTortureTests.cmake
|
||||
share/dune/cmake/modules/CMakeLists.txt
|
||||
share/dune/cmake/modules/DuneAlugridMacros.cmake
|
||||
share/dune/cmake/modules/FindDLMalloc.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user