Mentions légales du service

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

whitespace

parent f33929d6
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ set(ZSRC ...@@ -37,7 +37,7 @@ set(ZSRC
) )
precisions_rules_py(EXAMPLES "${ZSRC}" precisions_rules_py(EXAMPLES "${ZSRC}"
PRECISIONS "${CHAMELEON_PRECISION}") PRECISIONS "${CHAMELEON_PRECISION}")
# Define what libraries we have to link with # Define what libraries we have to link with
# ------------------------------------------ # ------------------------------------------
...@@ -85,13 +85,13 @@ if(NOT CHAMELEON_SIMULATION) ...@@ -85,13 +85,13 @@ if(NOT CHAMELEON_SIMULATION)
list(APPEND libs_for_examples list(APPEND libs_for_examples
coreblas coreblas
${LAPACKE_LIBRARIES} ${LAPACKE_LIBRARIES}
${CBLAS_LIBRARIES} ${CBLAS_LIBRARIES}
${LAPACK_SEQ_LIBRARIES} ${LAPACK_SEQ_LIBRARIES}
${BLAS_SEQ_LIBRARIES} ${BLAS_SEQ_LIBRARIES}
${HWLOC_LIBRARIES} ${HWLOC_LIBRARIES}
${EXTRA_LIBRARIES} ${EXTRA_LIBRARIES}
) )
link_directories(${LAPACKE_LIBRARY_DIRS}) link_directories(${LAPACKE_LIBRARY_DIRS})
link_directories(${LAPACK_LIBRARY_DIRS}) link_directories(${LAPACK_LIBRARY_DIRS})
link_directories(${CBLAS_LIBRARY_DIRS}) link_directories(${CBLAS_LIBRARY_DIRS})
...@@ -101,12 +101,12 @@ else() ...@@ -101,12 +101,12 @@ else()
list(APPEND libs_for_examples list(APPEND libs_for_examples
coreblas coreblas
simulapacke simulapacke
simucblas simucblas
${HWLOC_LIBRARIES} ${HWLOC_LIBRARIES}
${EXTRA_LIBRARIES} ${EXTRA_LIBRARIES}
) )
endif() endif()
link_directories(${HWLOC_LIBRARY_DIRS}) link_directories(${HWLOC_LIBRARY_DIRS})
......
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