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

Avoid system directories into rpath via nrnivmodl #681

Merged
merged 1 commit into from
Jul 26, 2020

Conversation

pramodk
Copy link
Member

@pramodk pramodk commented Jul 25, 2020

fixes #680

  - system directories (/lib*, /usr/lib*) are by default searched
  - adding them explicitly via rpath might result into linking issue
    when ABI incompatible libraries exist (e.g. often on login nodes)

fixes #680
@nrnhines nrnhines merged commit ddf47c7 into master Jul 26, 2020
@nrnhines nrnhines deleted the pramodk/rpath-system-libs branch July 26, 2020 12:55
nrnhines pushed a commit that referenced this pull request Dec 8, 2020
- system directories (/lib*, /usr/lib*) are by default searched
  - adding them explicitly via rpath might result into linking issue
    when ABI incompatible libraries exist (e.g. often on login nodes)

fixes #680
nrnhines pushed a commit that referenced this pull request Dec 10, 2020
- system directories (/lib*, /usr/lib*) are by default searched
  - adding them explicitly via rpath might result into linking issue
    when ABI incompatible libraries exist (e.g. often on login nodes)

fixes #680
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.

NRN_ENABLE_BINARY_SPECIAL option could result into `GLIBCXX_3.4.20' not found errors
3 participants