Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing shared library search path #70

Open
m-diers opened this issue Apr 30, 2024 · 0 comments
Open

Missing shared library search path #70

m-diers opened this issue Apr 30, 2024 · 0 comments

Comments

@m-diers
Copy link

m-diers commented Apr 30, 2024

When creating hpx with lci 1.7.7 from a non-standard installation directory, there is a link error with the lci libraries. The interdependent lci libraries are not found.
This can be fixed temporarily during the build of lci using the following example:

cmake -DCMAKE_INSTALL_PREFIX=/opt/lci/ \
      -DCMAKE_INSTALL_RPATH='$ORIGIN/../lib' \
      ../lci-src/

This should already be fixed internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant