Skip to content

Commit

Permalink
math/dune-grid: Update 2.7.1 -> 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Sep 7, 2021
1 parent e73945d commit 964e93d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
15 changes: 9 additions & 6 deletions math/dune-grid/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -10,21 +9,25 @@ 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
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
Expand Down
6 changes: 3 additions & 3 deletions math/dune-grid/distinfo
Original file line number Diff line number Diff line change
@@ -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
5 changes: 4 additions & 1 deletion math/dune-grid/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 964e93d

Please sign in to comment.