Mentions légales du service

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

correct the starpu version used in .pc file

parent 9188c5d0
No related branches found
No related tags found
No related merge requests found
......@@ -51,10 +51,10 @@ MACRO(GENERATE_PKGCONFIG_FILE _file)
list(APPEND CHAMELEON_PKGCONFIG_LIBS -lchameleon_starpu)
if ( CHAMELEON_USE_MPI )
list(APPEND CHAMELEON_PKGCONFIG_REQUIRED
starpumpi-${CHAMELEON_STARPU_VERSION})
starpumpi-${STARPU_VERSION_STRING})
else()
list(APPEND CHAMELEON_PKGCONFIG_REQUIRED
starpu-${CHAMELEON_STARPU_VERSION})
starpu-${STARPU_VERSION_STRING})
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