diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-06 17:44:37 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-07 06:14:39 +0000 |
commit | 2714538b7520a64ddbe1ff92defadfcc318ba7ee (patch) | |
tree | c419d6c77984f1824ec2661c2473b41e7fd25c6f /math/dune-geometry/Makefile | |
parent | 49b120d5b0e55031d89b1564a12eee65064e5eaf (diff) |
math/dune-geometry: Update 2.7.1 -> 2.8.0
Diffstat (limited to 'math/dune-geometry/Makefile')
-rw-r--r-- | math/dune-geometry/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/dune-geometry/Makefile b/math/dune-geometry/Makefile index 3786b86c75a7..58dd1d59538c 100644 --- a/math/dune-geometry/Makefile +++ b/math/dune-geometry/Makefile @@ -1,7 +1,6 @@ PORTNAME= dune-geometry DISTVERSIONPREFIX= v -DISTVERSION= 2.7.1 -PORTREVISION= 3 +DISTVERSION= 2.8.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -22,7 +21,7 @@ USE_LDCONFIG= yes GL_SITE= https://gitlab.dune-project.org GL_ACCOUNT= core -GL_COMMIT= 9d56be3e286bc761dd5d453332a8d793eff00cbe +GL_COMMIT= e7bfb66e48496aa28e47974c33ea9a4579bf723b CMAKE_ON= BUILD_SHARED_LIBS CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so |