Mentions légales du service

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

variables BLAS/LAPACK_PAR_ do not exist anymore

parent 99f4eec3
No related branches found
No related tags found
No related merge requests found
......@@ -651,8 +651,8 @@ if( (NOT PKG_CONFIG_EXECUTABLE) OR
endif()
else(FFTW_LOOK_FOR_THREADS)
if (FFTW_LOOK_FOR_MKL)
if (BLAS_SEQ_LIBRARIES)
list(APPEND FFTW_LIBRARIES "${BLAS_SEQ_LIBRARIES}")
if (BLAS_LIBRARIES_SEQ)
list(APPEND FFTW_LIBRARIES "${BLAS_LIBRARIES_SEQ}")
if (NOT FFTW_FIND_QUIETLY)
message(STATUS "FFTW has been found: ${FFTW_LIBRARIES}")
endif()
......@@ -664,10 +664,10 @@ if( (NOT PKG_CONFIG_EXECUTABLE) OR
message(STATUS "FFTW not found.")
endif()
endif()
endif(BLAS_SEQ_LIBRARIES)
endif(BLAS_LIBRARIES_SEQ)
elseif (FFTW_LOOK_FOR_ESSL)
if (FFTW_LIBRARIES AND BLAS_SEQ_LIBRARIES)
list(APPEND FFTW_LIBRARIES "${BLAS_SEQ_LIBRARIES}")
if (FFTW_LIBRARIES AND BLAS_LIBRARIES_SEQ)
list(APPEND FFTW_LIBRARIES "${BLAS_LIBRARIES_SEQ}")
if (NOT FFTW_FIND_QUIETLY)
message(STATUS "FFTW has been found: ${FFTW_LIBRARIES}")
endif()
......@@ -679,7 +679,7 @@ if( (NOT PKG_CONFIG_EXECUTABLE) OR
message(STATUS "FFTW not found.")
endif()
endif()
endif(FFTW_LIBRARIES AND BLAS_SEQ_LIBRARIES)
endif(FFTW_LIBRARIES AND BLAS_LIBRARIES_SEQ)
endif()
endif(FFTW_LOOK_FOR_THREADS)
......
......@@ -655,7 +655,7 @@ if(BLAS_FOUND)
cheevd
""
"esslsmp"
"${BLAS_PAR_LIBRARIES}"
"${BLAS_LIBRARIES}"
""
)
if(NOT LAPACK_FIND_QUIETLY)
......
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