forked from Lainports/freebsd-ports
math/dune-grid: Update 2.7.1 -> 2.8.0
This commit is contained in:
parent
e73945dab3
commit
964e93d61b
3 changed files with 16 additions and 10 deletions
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= dune-grid
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.7.1
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 2.8.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
@ -10,13 +9,17 @@ COMMENT= DUNE framework: Geometry transformations, reference elements, etc
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
BUILD_DEPENDS= openmpi>0:net/openmpi \
|
||||
vc>0:devel/vc
|
||||
BUILD_DEPENDS= alberta-fem>0:math/alberta \
|
||||
openmpi>0:net/openmpi \
|
||||
psurface>0:math/psurface \
|
||||
vc>0:devel/vc
|
||||
LIB_DEPENDS= libdunecommon.so:math/dune-common \
|
||||
libdunegeometry.so:math/dune-geometry \
|
||||
libugL.so:math/dune-uggrid \
|
||||
libduneuggrid.so:math/dune-uggrid \
|
||||
libopenblas.so:math/openblas \
|
||||
libtbb.so:devel/onetbb
|
||||
RUN_DEPENDS= alberta-fem>0:math/alberta # binaries aren't linked with alberta, instead users' binaries are linked with it
|
||||
RUN_DEPENDS+= psurface>0:math/psurface
|
||||
|
||||
USES= cmake compiler:c++17-lang fortran pkgconfig python:build
|
||||
USE_GITLAB= yes
|
||||
|
|
@ -24,7 +27,7 @@ USE_LDCONFIG= yes
|
|||
|
||||
GL_SITE= https://gitlab.dune-project.org
|
||||
GL_ACCOUNT= core
|
||||
GL_COMMIT= b7741c6599528bc42017e25f70eb6dd3b5780277
|
||||
GL_COMMIT= de36e4b4e99da4cd7a120a39779345e701821115
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1617891538
|
||||
SHA256 (core-dune-grid-b7741c6599528bc42017e25f70eb6dd3b5780277_GL0.tar.gz) = 02e57ab688a154431feb859a7c76a3711a45048fded269ab8a619366cb69f169
|
||||
SIZE (core-dune-grid-b7741c6599528bc42017e25f70eb6dd3b5780277_GL0.tar.gz) = 2904717
|
||||
TIMESTAMP = 1630918537
|
||||
SHA256 (core-dune-grid-de36e4b4e99da4cd7a120a39779345e701821115_GL0.tar.gz) = 144ba77e119c32866ac8e77b78a6ac35eca51f297224d100b2f24fcd6830849f
|
||||
SIZE (core-dune-grid-de36e4b4e99da4cd7a120a39779345e701821115_GL0.tar.gz) = 2952593
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ include/dune/grid/albertagrid/misc.hh
|
|||
include/dune/grid/albertagrid/persistentcontainer.hh
|
||||
include/dune/grid/albertagrid/projection.hh
|
||||
include/dune/grid/albertagrid/refinement.hh
|
||||
include/dune/grid/albertagrid/structuredgridfactory.hh
|
||||
include/dune/grid/albertagrid/transformation.hh
|
||||
include/dune/grid/albertagrid/treeiterator.hh
|
||||
include/dune/grid/albertagrid/undefine-2.0.hh
|
||||
|
|
@ -68,7 +69,6 @@ include/dune/grid/common/partitionset.hh
|
|||
include/dune/grid/common/rangegenerators.hh
|
||||
include/dune/grid/common/scsgmapper.hh
|
||||
include/dune/grid/common/sizecache.hh
|
||||
include/dune/grid/common/universalmapper.hh
|
||||
include/dune/grid/geometrygrid.hh
|
||||
include/dune/grid/geometrygrid/backuprestore.hh
|
||||
include/dune/grid/geometrygrid/cachedcoordfunction.hh
|
||||
|
|
@ -258,6 +258,9 @@ lib/cmake/dune-grid/dune-grid-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
|||
lib/cmake/dune-grid/dune-grid-targets.cmake
|
||||
lib/dunecontrol/dune-grid/dune.module
|
||||
lib/dunegridam2cmake.lib
|
||||
lib/libdunealbertagrid1d.so
|
||||
lib/libdunealbertagrid2d.so
|
||||
lib/libdunealbertagrid3d.so
|
||||
lib/libdunegrid.so
|
||||
libdata/pkgconfig/dune-grid.pc
|
||||
%%DATADIR%%/config.h.cmake
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue