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

Fix netgen executable and library RUNPATHs #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

StefanBruens
Copy link
Contributor

netgen defaults to the CMAKE_INSTALL_RPATH, which includes "$ORIGIN",
i.e. the BINDIR, but it should only point to the library directories.

The libraries are all located in the same directory, so just use "$ORIGIN"
for these.

netgen defaults to the CMAKE_INSTALL_RPATH, which includes "$ORIGIN",
i.e. the BINDIR, but it should only point to the library directories.

The libraries are all located in the same directory, so just use "$ORIGIN"
for these.
@luzpaz
Copy link
Contributor

luzpaz commented Aug 5, 2022

Ping @mhochsteger

2 similar comments
@luzpaz
Copy link
Contributor

luzpaz commented Aug 17, 2022

Ping @mhochsteger

@luzpaz
Copy link
Contributor

luzpaz commented Apr 17, 2023

Ping @mhochsteger

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

Successfully merging this pull request may close these issues.

2 participants