Mentions légales du service

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

update pastix 6 libs list

parent 71bf9dab
No related branches found
No related tags found
No related merge requests found
......@@ -538,7 +538,13 @@ if( (NOT PKG_CONFIG_EXECUTABLE) OR (PKG_CONFIG_EXECUTABLE AND NOT PASTIX_FOUND)
# create list of libs to find
set(PASTIX_libs_to_find_v5 "pastix_murge;pastix")
set(PASTIX_libs_to_find_v6 "pastix;pastix_kernels;pastix_spm;pastix_bcsc")
set(PASTIX_libs_to_find_v6 "pastix;pastix_kernels")
if(PASTIX_LOOK_FOR_PARSEC)
list(INSERT 1 PASTIX_libs_to_find_v6 "pastix_parsec")
endif()
if(PASTIX_LOOK_FOR_STARPU)
list(INSERT 1 PASTIX_libs_to_find_v6 "pastix_starpu")
endif()
foreach(v 5 6)
set(V_FOUND TRUE)
set(PASTIX_libs_to_find ${PASTIX_libs_to_find_v${v}})
......
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