Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
PaStiX
Commits
5f07f2e1
Commit
5f07f2e1
authored
Aug 10, 2017
by
Pierre Ramet
Browse files
add starpu dependency in pkg-config
parent
89310b2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_modules/GenPkgConfig.cmake
View file @
5f07f2e1
...
...
@@ -88,9 +88,9 @@ macro(generate_pkgconfig_file)
if
(
PASTIX_WITH_STARPU
)
list
(
APPEND PASTIX_PKGCONFIG_LIBS pastix_starpu
)
if
(
PASTIX_WITH_MPI
)
list
(
APPEND PASTIX_PKGCONFIG_REQUIRED
_PRIVATE
libstarpumpi
)
list
(
APPEND PASTIX_PKGCONFIG_REQUIRED libstarpumpi
)
else
()
list
(
APPEND PASTIX_PKGCONFIG_REQUIRED
_PRIVATE
libstarpu
)
list
(
APPEND PASTIX_PKGCONFIG_REQUIRED libstarpu
)
endif
()
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment