Mentions légales du service

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

change the name of starpu pkg-config in the .pc chameleon file

parent c40e5267
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,9 @@ MACRO(GENERATE_PKGCONFIG_FILE _file)
if(CHAMELEON_SCHED_STARPU)
list(APPEND CHAMELEON_PKGCONFIG_LIBS -lchameleon_starpu)
if ( CHAMELEON_USE_MPI )
list(APPEND CHAMELEON_PKGCONFIG_REQUIRED
starpumpi-${STARPU_VERSION_STRING})
list(APPEND CHAMELEON_PKGCONFIG_REQUIRED libstarpumpi)
else()
list(APPEND CHAMELEON_PKGCONFIG_REQUIRED
starpu-${STARPU_VERSION_STRING})
list(APPEND CHAMELEON_PKGCONFIG_REQUIRED libstarpu)
endif()
elseif(CHAMELEON_SCHED_QUARK)
list(APPEND CHAMELEON_PKGCONFIG_LIBS -lchameleon_quark)
......
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