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) ...@@ -50,11 +50,9 @@ MACRO(GENERATE_PKGCONFIG_FILE _file)
if(CHAMELEON_SCHED_STARPU) if(CHAMELEON_SCHED_STARPU)
list(APPEND CHAMELEON_PKGCONFIG_LIBS -lchameleon_starpu) list(APPEND CHAMELEON_PKGCONFIG_LIBS -lchameleon_starpu)
if ( CHAMELEON_USE_MPI ) if ( CHAMELEON_USE_MPI )
list(APPEND CHAMELEON_PKGCONFIG_REQUIRED list(APPEND CHAMELEON_PKGCONFIG_REQUIRED libstarpumpi)
starpumpi-${STARPU_VERSION_STRING})
else() else()
list(APPEND CHAMELEON_PKGCONFIG_REQUIRED list(APPEND CHAMELEON_PKGCONFIG_REQUIRED libstarpu)
starpu-${STARPU_VERSION_STRING})
endif() endif()
elseif(CHAMELEON_SCHED_QUARK) elseif(CHAMELEON_SCHED_QUARK)
list(APPEND CHAMELEON_PKGCONFIG_LIBS -lchameleon_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