blob: 4af306f3fe8e1de2cac66b0e63efa7ddcad4b2b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.40 2020/02/28 21:48:53 plunky Exp $
.include "Makefile.common"
COMMENT= Linear Algebra PACKage
# use external blas
CMAKE_ARGS+= -DBLAS_LIBRARIES:STRING=${BLAS_LIBS}
BUILD_TARGET= lapack
.include "../../math/blas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|