Skip to content
Snippets Groups Projects
Commit cfd34b5a authored by Vincent POLLET's avatar Vincent POLLET Committed by Amir MOHAMMADI
Browse files

Replace lapack dependencies with mkl in build.sh

parent b1ea9dcd
Branches
No related tags found
1 merge request!455opencv conda-forge recipe + BSD3 license
......@@ -111,10 +111,7 @@ cmake -LAH -G "Ninja" \
-DENABLE_PRECOMPILED_HEADERS=OFF \
$CPU_DISPATCH_FLAGS \
$OPENMP \
-DWITH_LAPACK=1 \
-DLAPACK_LAPACKE_H=lapacke.h \
-DLAPACK_CBLAS_H=cblas.h \
-DLAPACK_LIBRARIES=lapack\;cblas \
-DWITH_MKL=ON \
-DWITH_EIGEN=1 \
-DBUILD_TESTS=0 \
-DBUILD_DOCS=0 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment