pkgsrc-wip/blas/Makefile

13 lines
283 B
Makefile
Raw Normal View History

# $NetBSD$
2020-07-19 22:06:13 +00:00
.include "../../wip/lapack/Makefile.common"
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 "../../mk/bsd.pkg.mk"