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

Use RPATH for linking (to avoid missing shared libraries at runtime) … #572

Merged
merged 1 commit into from
Dec 1, 2018

Conversation

skyreflectedinmirrors
Copy link
Contributor

@skyreflectedinmirrors skyreflectedinmirrors commented Nov 17, 2018

…for appropriate (i.e., non-Windows) systems

Please fill in the issue number this pull request is fixing: N/A

Changes proposed in this pull request:

  • Automatically include -rpath linkage to user-supplied libdirs if not disabled by the user

SConstruct Outdated Show resolved Hide resolved
SConstruct Outdated Show resolved Hide resolved
Prevents issues with missing shared libraries at runtime on non-Windows
systems. Can be disabled by setting the SCons flag 'use_rpath_linkage=n'.
@speth speth merged commit 9f3dc70 into Cantera:master Dec 1, 2018
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