Files
ports/math/dune-spgrid/Makefile
T
2026-03-31 10:23:02 -07:00

44 lines
997 B
Makefile

PORTNAME= dune-spgrid
DISTVERSIONPREFIX= v
DISTVERSION= 2.11.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= DUNE framework: A structured, parallel DUNE grid implementation
WWW= https://www.dune-project.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
DUNE_DEPENDS= dune-common>0:math/dune-common \
dune-grid>0:math/dune-grid \
dune-geometry>0:math/dune-geometry \
dune-uggrid>0:math/dune-uggrid
BUILD_DEPENDS= ${DUNE_DEPENDS} \
openmpi>0:net/openmpi \
vc>0:devel/vc
RUN_DEPENDS= ${DUNE_DEPENDS}
USES= cmake compiler:c++17-lang fortran pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= extensions
GL_TAGNAME= 375b3aeab49bf801f00313ec30a328bba0cd8913
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
DOCS_CMAKE_BOOL= FREEBSD_INSTALL_DOCS
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
PORTDOCS= *
CMAKE_OFF= DUNE_ENABLE_PYTHONBINDINGS
PLIST_SUB+= DUNE_SPGRID_CMAKE_HASH=e46290de735635dbbb8ae716db9b1fec
.include <bsd.port.mk>