blob: bf3eec02c76fdffaed6f009169d6b8c1deb67ac2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= blaspp
DISTVERSION= 2022.05.00
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/icl/blaspp/downloads/
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ API for the Basic Linear Algebra Subroutines
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>
|