summaryrefslogtreecommitdiff
path: root/math/lapack64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapack64/Makefile')
-rw-r--r--math/lapack64/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/lapack64/Makefile b/math/lapack64/Makefile
new file mode 100644
index 00000000000..932bba67d14
--- /dev/null
+++ b/math/lapack64/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2021/06/15 04:41:52 thor Exp $
+
+MAINTAINER= thomas.orgis@uni-hamburg.de
+COMMENT= Reference Linear Algebra PACKage with 64 bit indices
+
+LAPACK_COMPONENT= lapack64
+LAPACK_COMPONENT_CMAKE_ARGS= \
+ -DBUILD_INDEX64=ON \
+ -DUSE_OPTIMIZED_BLAS=ON \
+ -DBLAS_LIBRARIES=-lblas64 \
+ -DUSE_OPTIMIZED_LAPACK=OFF \
+ -DCBLAS=OFF -DLAPACKE=OFF -DLAPACK=ON
+
+.include "../../math/blas64/buildlink3.mk"
+
+.include "../../math/lapack/Makefile.common"
+.include "../../mk/bsd.pkg.mk"