Skip to content
Snippets Groups Projects
Commit 1bf96664 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix MKL windows

parent f40b5826
No related branches found
No related tags found
No related merge requests found
......@@ -250,10 +250,11 @@ if(ENABLE_BLAS_LAPACK)
# precompiled "gmsh-dep" package)
if(HAVE_64BIT_SIZE_T)
set(MKL_PATH em64t/lib)
set(MKL_LIBS_REQUIRED libguide40 mkl_intel_lp64 mkl_intel_thread mkl_core)
else(HAVE_64BIT_SIZE_T)
set(MKL_PATH ia32/lib)
endif(HAVE_64BIT_SIZE_T)
set(MKL_LIBS_REQUIRED libguide40 mkl_intel_c mkl_intel_thread mkl_core)
endif(HAVE_64BIT_SIZE_T)
find_all_libraries(LAPACK_LIBRARIES MKL_LIBS_REQUIRED "" ${MKL_PATH})
if(LAPACK_LIBRARIES)
set_config_option(HAVE_BLAS "Blas(IntelMKL)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment