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

for samtech

parent ca578da2
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ if(ENABLE_BLAS_LAPACK) ...@@ -172,7 +172,7 @@ if(ENABLE_BLAS_LAPACK)
else(CMAKE_SIZEOF_VOID_P EQUAL 8) else(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(MKL_PATH lib/32) set(MKL_PATH lib/32)
endif(CMAKE_SIZEOF_VOID_P EQUAL 8) endif(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(MKL_LIBS_REQUIRED guide mkl_gf_lp64 iomp5 mkl_gnu_thread mkl_core) set(MKL_LIBS_REQUIRED mkl_gf_lp64 iomp5 mkl_gnu_thread mkl_core)
find_all_libraries(LAPACK_LIBRARIES MKL_LIBS_REQUIRED ${MKL_PATH}) find_all_libraries(LAPACK_LIBRARIES MKL_LIBS_REQUIRED ${MKL_PATH})
if(LAPACK_LIBRARIES) if(LAPACK_LIBRARIES)
set(HAVE_BLAS TRUE) set(HAVE_BLAS TRUE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment