blob: cfd4083f24fa0e727e90065847c1a962983df350 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
PORTNAME= dune-istl
DISTVERSION= 2.8.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= DUNE framework: Iterative Solver Template Library
WWW= https://www.dune-project.org/
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>
|