summaryrefslogtreecommitdiff
path: root/math/blaze/Makefile
blob: 8eab0e8d0bf642931c98686ebf768025ee017cde (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
27
28
PORTNAME=	blaze
DISTVERSION=	3.8
PORTREVISION=	2
CATEGORIES=	math
MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	C++ math library for dense and sparse arithmetic
WWW=		https://bitbucket.org/blaze-lib/blaze/src/master/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

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

USES=		cmake compiler:c++14-lang fortran localbase:ldflags shebangfix

BB_ACCOUNT=	${PORTNAME}-lib
BB_PROJECT=	${PORTNAME}

SHEBANG_GLOB=	run

NO_ARCH=	yes

.include <bsd.port.mk>