summaryrefslogtreecommitdiff
path: root/math/blas/Makefile
blob: 1c9a20079368880238639c584134f88049a59fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.40 2021/06/15 04:41:51 thor Exp $

MAINTAINER=	thomas.orgis@uni-hamburg.de
COMMENT=	Basic Linear Algebra System (Netlib reference implementation)

LAPACK_COMPONENT=	blas
LAPACK_COMPONENT_CMAKE_ARGS=	\
	-DUSE_OPTIMIZED_BLAS=OFF \
	-DCBLAS=OFF -DLAPACKE=OFF -DLAPACK=OFF

.include "../../math/lapack/Makefile.common"
.include "../../mk/bsd.pkg.mk"