Files
ports/math/dune-geometry/Makefile
T
2026-05-13 10:28:41 +02:00

43 lines
1.0 KiB
Makefile

PORTNAME= dune-geometry
DISTVERSIONPREFIX= v
DISTVERSION= 2.11.0
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= DUNE framework: Geometry transformations, reference elements, etc
WWW= https://www.dune-project.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= openmpi>0:net/openmpi \
vc>0:devel/vc
LIB_DEPENDS= libdunecommon.so:math/dune-common \
libopenblas.so:math/openblas \
libtbb.so:devel/onetbb
USES= cmake compiler:c++17-lang fortran pkgconfig python
USE_GITLAB= yes
USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= core
GL_TAGNAME= 7e8ec771779653f7f39962767adf4114e7378d10
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= DUNE_ENABLE_PYTHONBINDINGS
CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
PLIST_SUB+= DUNE_GEOMETRY_CMAKE_HASH=e549ea2960343795469675e5cde92e5c
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
DOCS_CMAKE_BOOL= FREEBSD_INSTALL_DOCS
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
PORTDOCS= *
.include <bsd.port.mk>