summaryrefslogtreecommitdiff
path: root/math/blas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/blas/Makefile')
-rw-r--r--math/blas/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index 8ddf2abcf24..1c9a2007936 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2021/05/12 14:32:52 thor Exp $
-
-.include "../../math/lapack/Makefile.common"
+# $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
@@ -9,4 +8,5 @@ LAPACK_COMPONENT_CMAKE_ARGS= \
-DUSE_OPTIMIZED_BLAS=OFF \
-DCBLAS=OFF -DLAPACKE=OFF -DLAPACK=OFF
+.include "../../math/lapack/Makefile.common"
.include "../../mk/bsd.pkg.mk"