Skip to content

Fix netgen executable and library RUNPATHs#130

Open
StefanBruens wants to merge 1 commit into
NGSolve:masterfrom
StefanBruens:fix_RUNPATH
Open

Fix netgen executable and library RUNPATHs#130
StefanBruens wants to merge 1 commit into
NGSolve:masterfrom
StefanBruens:fix_RUNPATH

Conversation

@StefanBruens

Copy link
Copy Markdown
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.

@luzpaz

luzpaz commented Aug 5, 2022

Copy link
Copy Markdown
Contributor

Ping @mhochsteger

2 similar comments
@luzpaz

luzpaz commented Aug 17, 2022

Copy link
Copy Markdown
Contributor

Ping @mhochsteger

@luzpaz

luzpaz commented Apr 17, 2023

Copy link
Copy Markdown
Contributor

Ping @mhochsteger

@StefanBruens

Copy link
Copy Markdown
Contributor Author

@JSchoeberl @mhochsteger

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.
@StefanBruens

Copy link
Copy Markdown
Contributor Author

Still applies ...

@StefanBruens

Copy link
Copy Markdown
Contributor Author

@JSchoeberl @mhochsteger This has been open for 3 years, without any reaction by netgen maintainers ...

Should I just close this (and my other open requests)? If you don't want outside contributions, you should mention it in the README ...

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