Skip to content
Snippets Groups Projects
Commit dd86fad3 authored by Laurent Van Migroet's avatar Laurent Van Migroet
Browse files

Added 2 libraries for link with intel mkl

parent 98d73709
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ if(ENABLE_BLAS_LAPACK)
else(HAVE_64BIT_SIZE_T)
set(MKL_PATH lib/32)
endif(HAVE_64BIT_SIZE_T)
set(MKL_LIBS_REQUIRED mkl_gf_lp64 iomp5 mkl_gnu_thread mkl_core)
set(MKL_LIBS_REQUIRED mkl_gf_lp64 iomp5 mkl_gnu_thread mkl_core guide pthread)
find_all_libraries(LAPACK_LIBRARIES MKL_LIBS_REQUIRED "" ${MKL_PATH})
if(LAPACK_LIBRARIES)
set(HAVE_BLAS TRUE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment