mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md
32 lines
792 B
Makefile
32 lines
792 B
Makefile
PORTNAME= dune-polygongrid
|
|
DISTVERSION= 2.8.0
|
|
PORTREVISION= 12
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= DUNE framework: 2D polygonal grid
|
|
WWW= https://www.dune-project.org/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= openmpi4>0:net/openmpi4
|
|
LIB_DEPENDS= libdunecommon.so:math/dune-common \
|
|
libdunegeometry.so:math/dune-geometry \
|
|
libdunegrid.so:math/dune-grid \
|
|
libduneuggrid.so:math/dune-uggrid \
|
|
libopenblas.so:math/openblas \
|
|
libtbb.so:devel/onetbb
|
|
RUN_DEPENDS= openmpi4>0:net/openmpi4
|
|
|
|
USES= cmake compiler:c++17-lang fortran pkgconfig
|
|
USE_GITLAB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
GL_SITE= https://gitlab.dune-project.org
|
|
GL_ACCOUNT= extensions
|
|
GL_TAGNAME= 90840c3d36f5fa6e18a00e7df7be01832cd7e23b
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
.include <bsd.port.mk>
|