summaryrefslogtreecommitdiff
path: root/math/blazeiterative/Makefile
blob: 06e51f5a41b4e693a004359f130fd5723c854528 (plain)
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
# $FreeBSD$

PORTNAME=	blazeiterative
PORTVERSION=	g20180409
PORTREVISION=	3
CATEGORIES=	math

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Set of iterative linear system solvers for use with the Blaze library

#LICENSE=	https://github.com/tjolsen/BlazeIterative/issues/9

BUILD_DEPENDS=	blaze>0:math/blaze \
		boost-libs>0:devel/boost-libs \
		openblas>0:math/openblas \
		openmp>0:devel/openmp
RUN_DEPENDS=	blaze>0:math/blaze

USES=		cmake compiler:c++14-lang fortran localbase:ldflags
USE_GITHUB=	yes
GH_ACCOUNT=	tjolsen
GH_PROJECT=	BlazeIterative
GH_TAGNAME=	e9f24b3
NO_ARCH=	yes

.include <bsd.port.mk>