Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 17a1733e authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Add missing lapack dependency

parent cfaac001
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,7 @@ add_library(pastix_spm ...@@ -82,6 +82,7 @@ add_library(pastix_spm
target_link_libraries(pastix_spm target_link_libraries(pastix_spm
${LAPACKE_LIBRARIES} ${LAPACKE_LIBRARIES}
${LAPACK_LIBRARIES}
${CBLAS_LIBRARIES} ${CBLAS_LIBRARIES}
) )
......
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