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

*** empty log message ***

parent a3b5fcc5
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ if(ENABLE_BLAS_LAPACK)
if(LAPACK_LIBRARIES)
set(HAVE_BLAS TRUE)
set(HAVE_LAPACK TRUE)
list(APPEND CONFIG_OPTIONS "MKL")
list(APPEND CONFIG_OPTIONS "IntelMKL")
else(LAPACK_LIBRARIES)
set(REFLAPACK_LIBS_REQUIRED lapack blas g2c gcc)
find_all_libraries(LAPACK_LIBRARIES REFLAPACK_LIBS_REQUIRED "")
......@@ -178,7 +178,7 @@ if(ENABLE_BLAS_LAPACK)
if(LAPACK_LIBRARIES)
set(HAVE_BLAS TRUE)
set(HAVE_LAPACK TRUE)
list(APPEND CONFIG_OPTIONS "MKL")
list(APPEND CONFIG_OPTIONS "IntelMKL")
endif(LAPACK_LIBRARIES)
elseif(${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
# on SunOS we know blas and lapack are available in sunperf
......
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