blas and lapack: Minor clean-up

This commit is contained in:
Jason Bacon 2020-07-19 17:06:13 -05:00
parent 910214f5b5
commit d6bfa03a47
3 changed files with 15 additions and 12 deletions

View File

@ -1,10 +1,12 @@
# $NetBSD$
COMMENT= Netlib reference BLAS library
.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 "../../wip/lapack/Makefile.common"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,7 +1,7 @@
# $NetBSD$
MAINTAINER= thomas.orgis@uni-hamburg.de
COMMENT= Linear Algebra PACKage (Netlib reference code)
COMMENT= Linear Algebra PACKage (Netlib reference implementation)
LAPACK_COMPONENT= lapack
LAPACK_COMPONENT_CMAKE_ARGS= \

View File

@ -1,9 +1,10 @@
# $NetBSD$
# used by wip/blas/Makefile
# used by wip/cblas/Makefile
# used by wip/lapacke/Makefile
# used by wip/lapack/Makefile
# Common Makefile for packages derived from the Netlib LAPACK sources.
# Common Makefile for packages derived from the Netlib BLAS/LAPACK sources.
# Package Makefile sets LAPACK_COMPONENT and LAPACK_COMPONENT_CMAKE_ARGS to
# choose the library to install.
# LAPACK_COMPONENT can be "lapack", "lapacke", or "cblas"
@ -39,4 +40,4 @@ CMAKE_ARGS= -DBUILD_DEPRECATED=ON \
.include "../../wip/lapack/version.mk"
post-extract:
${RUN} mkdir -p ${WRKSRC}/build
${RUN} ${MKDIR} ${WRKSRC}/build