Files
ports/math/dune-uggrid/Makefile
Ganael LAPLANCHE 149e2101c3 devel/onetbb: Update to 2021.13.0
and bump dependent ports' revisions.

Release notes:	https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md
2024-07-04 13:39:44 +02:00

33 lines
822 B
Makefile

PORTNAME= dune-uggrid
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.0
PORTREVISION= 14
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= DUNE framework: The UG Grid Manager
WWW= https://www.dune-project.org/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LGPL-2.1
BUILD_DEPENDS= openmpi4>0:net/openmpi4 \
vc>0:devel/vc
LIB_DEPENDS= libdunecommon.so:math/dune-common \
libopenblas.so:math/openblas \
libtbb.so:devel/onetbb
RUN_DEPENDS= openmpi4>0:net/openmpi4
USES= cmake compiler:c++17-lang fortran pkgconfig python
USE_GITLAB= yes
USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= staging
GL_TAGNAME= bc2d1229420367563410ce9e519f5ff82b45266f
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
.include <bsd.port.mk>