Mentions légales du service

Skip to content
Snippets Groups Projects
Commit aa0412e4 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

enable to use already found lapacke in lapack (MKL)

parent 6f9aa942
No related branches found
No related tags found
No related merge requests found
...@@ -255,7 +255,7 @@ if(NOT CHAMELEON_SIMULATION) ...@@ -255,7 +255,7 @@ if(NOT CHAMELEON_SIMULATION)
# standalone version of lapacke seems useless for now # standalone version of lapacke seems useless for now
# let the comment in case we meet some problems of non existing lapacke # let the comment in case we meet some problems of non existing lapacke
# functions in lapack library such as mkl, acml, ... # functions in lapack library such as mkl, acml, ...
set(LAPACKE_STANDALONE TRUE) #set(LAPACKE_STANDALONE TRUE)
set(LAPACKE_DIR "" CACHE PATH "Root directory of LAPACKE library") set(LAPACKE_DIR "" CACHE PATH "Root directory of LAPACKE library")
find_package(LAPACKE REQUIRED) find_package(LAPACKE REQUIRED)
set(HAVE_LAPACKE ${LAPACKE_FOUND}) set(HAVE_LAPACKE ${LAPACKE_FOUND})
......
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