summaryrefslogtreecommitdiff
path: root/math/blaspp/Makefile
blob: 149b91e48f91a0fe3ab6fb7b034b16b4db7cdf3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	blaspp
DISTVERSION=	2022.05.00
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	https://bitbucket.org/icl/blaspp/downloads/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	C++ API for the Basic Linear Algebra Subroutines
WWW=		https://bitbucket.org/icl/blaspp/src/master/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libopenblas.so:math/openblas
TEST_DEPENDS=	cblas>0:math/cblas

USES=		cmake:testing fortran localbase # fails to find openblas w/out USES=fortran for some reason, needs investigation

CMAKE_OFF=	build_tests
CMAKE_TESTING_ON=	build_tests # tests fail to run, see https://bitbucket.org/icl/blaspp/issues/19/tests-arent-run-with-tester-target-when
CMAKE_TESTING_TARGET=	tester

.include <bsd.port.mk>