Mentions légales du service

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

Add scotch dependency

parent 23a060bd
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,11 @@ if (SPM_WITH_MPI)
target_link_libraries(spm PUBLIC MPI::MPI_C)
endif (SPM_WITH_MPI)
# spm may depend on Scotch if compiled within PaStiX
if (PASTIX_ORDERING_SCOTCH)
target_link_libraries(spm PUBLIC MORSE::SCOTCH)
endif()
# install the library
install(TARGETS spm
ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
......
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