1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/dune-istl/Makefile
2021-09-06 23:14:39 -07:00

40 lines
1.0 KiB
Makefile

PORTNAME= dune-istl
DISTVERSION= 2.8.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= DUNE framework: Iterative Solver Template Library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.md
HPP_DEPENDS= arpack++>0:math/arpack++ \
dune-common>0:math/dune-common \
suitesparse>0:math/suitesparse # needed in headers, but OPTIONAL dependency set is wider: https://gitlab.dune-project.org/core/dune-istl/-/issues/97
BUILD_DEPENDS= ${HPP_DEPENDS} \
vc>0:devel/vc
RUN_DEPENDS= ${HPP_DEPENDS}
USES= cmake compiler:c++17-lang fortran pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= core
GL_COMMIT= fffb544a61d2c65a0d2fc7c751f36909f06be8f5
NO_ARCH= yes
OPTIONS_DEFINE= DOCS PARMETIS
OPTIONS_SUB= yes
DOCS_CMAKE_BOOL= FREEBSD_INSTALL_DOCS
DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \
PARMETIS_DESC= Install PerMetis # needed in headers, but license prohibits packaging
PARMETIS_BUILD_DEPENDS= ParMetis>0:math/parmetis
PARMETIS_RUN_DEPENDS= ParMetis>0:math/parmetis
PORTDOCS= *
.include <bsd.port.mk>