lapack: style fix (tabs for spaces)

This commit is contained in:
Dr. Thomas Orgis 2019-10-02 17:09:21 +02:00
parent d26787e154
commit 10b6125b75
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ COMMENT= C interface to a LAPACK library
LAPACK_PART= lapacke
LAPACK_PART_CMAKE_ARGS= \
-DUSE_OPTIMIZED_BLAS=ON \
-DBLAS_LIBRARIES=${BLAS_LIBS:Q} \
-DUSE_OPTIMIZED_LAPACK=ON \
-DLAPACK_LIBRARIES=${LAPACK_LIBS:Q} \
-DBLAS_LIBRARIES=${BLAS_LIBS:Q} \
-DUSE_OPTIMIZED_LAPACK=ON \
-DLAPACK_LIBRARIES=${LAPACK_LIBS:Q} \
-DCBLAS=OFF -DLAPACKE=ON
.include "../../wip/mk/blas.buildlink3.mk"