mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
29 lines
686 B
Makefile
29 lines
686 B
Makefile
PORTNAME= tlapack
|
|
DISTVERSION= g20220628
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ Template Linear Algebra PACKage
|
|
WWW= https://github.com/tlapack/tlapack
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= lapackpp>0:math/lapackpp
|
|
RUN_DEPENDS= lapackpp>0:math/lapackpp
|
|
TEST_DEPENDS= blaspp>0:math/blaspp
|
|
|
|
USES= cmake:testing
|
|
|
|
USE_GITHUB= yes
|
|
GH_TAGNAME= 77352a9
|
|
|
|
CMAKE_ON= USE_LAPACKPP_WRAPPERS
|
|
CMAKE_OFF= BUILD_EXAMPLES BUILD_TESTING BUILD_BLASPP_TESTS
|
|
CMAKE_TESTING_ON= BUILD_TESTING BUILD_BLASPP_TESTS # tests fail to compile, see https://github.com/tlapack/tlapack/issues/111
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|