Mentions légales du service

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

lapacke depends on tmg

parent 19914257
No related branches found
No related tags found
No related merge requests found
...@@ -119,9 +119,11 @@ set_property(TARGET coreblas PROPERTY LINKER_LANGUAGE Fortran) ...@@ -119,9 +119,11 @@ set_property(TARGET coreblas PROPERTY LINKER_LANGUAGE Fortran)
set_property(TARGET coreblas PROPERTY INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib") set_property(TARGET coreblas PROPERTY INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
target_link_libraries(coreblas target_link_libraries(coreblas
${TMG_LIBRARIES_DEP}
${LAPACKE_LIBRARIES_DEP} ${LAPACKE_LIBRARIES_DEP}
${CBLAS_LIBRARIES_DEP} ${CBLAS_LIBRARIES_DEP}
${TMG_LIBRARIES_DEP}
${LAPACK_LIBRARIES_DEP}
${BLAS_LIBRARIES}
) )
# Installation # Installation
......
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