Mentions légales du service

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

adapt SEQ/PAR variables name

parent 0e44cec1
No related branches found
No related tags found
No related merge requests found
...@@ -49,23 +49,23 @@ list(APPEND libs_for_step0 ...@@ -49,23 +49,23 @@ list(APPEND libs_for_step0
${CBLAS_LIBRARIES} ${CBLAS_LIBRARIES}
) )
if(LAPACK_PAR_LIBRARIES) if(LAPACK_LIBRARIES_PAR)
list(APPEND libs_for_step0 list(APPEND libs_for_step0
${LAPACK_PAR_LIBRARIES} ${LAPACK_LIBRARIES_PAR}
) )
else() else()
list(APPEND libs_for_step0 list(APPEND libs_for_step0
${LAPACK_SEQ_LIBRARIES} ${LAPACK_LIBRARIES_SEQ}
) )
endif() endif()
if(BLAS_PAR_LIBRARIES) if(BLAS_LIBRARIES_PAR)
list(APPEND libs_for_step0 list(APPEND libs_for_step0
${BLAS_PAR_LIBRARIES} ${BLAS_LIBRARIES_PAR}
) )
else() else()
list(APPEND libs_for_step0 list(APPEND libs_for_step0
${BLAS_SEQ_LIBRARIES} ${BLAS_LIBRARIES_SEQ}
) )
endif() endif()
...@@ -74,8 +74,8 @@ list(APPEND libs_for_step0 ...@@ -74,8 +74,8 @@ list(APPEND libs_for_step0
) )
list(APPEND libs_for_ltm list(APPEND libs_for_ltm
${LAPACK_SEQ_LIBRARIES} ${LAPACK_LIBRARIES_SEQ}
${BLAS_SEQ_LIBRARIES} ${BLAS_LIBRARIES_SEQ}
${EXTRA_LIBRARIES} ${EXTRA_LIBRARIES}
) )
# message(STATUS "libs_for_ltm: ${libs_for_ltm}") # message(STATUS "libs_for_ltm: ${libs_for_ltm}")
......
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