-
Notifications
You must be signed in to change notification settings - Fork 202
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
create symlink from lib64 to lib subdir in installation directories to avoid that GCC prefers /lib64 system directories #3401
Conversation
Ok this seems to conflict with the test for |
We could add a configuration option like |
Ok added |
This avoids using the system libs from /lib64 instead of libs from LIBRARY_PATH Fixes easybuilders/easybuild-easyconfigs#5776 but needs a rebuild of the affected modules
073068c
to
ae4e518
Compare
Fixed the merge conflict. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but is missing a test, fixed with Flamefire#4
Well it was tested although hidden in another test: https://github.com/easybuilders/easybuild-framework/pull/3401/files#diff-ce4ad0ca611df220e49671774fa169a9R1982 But yours is better of course, thanks! |
Could this be made to be a symlink to a relative path, rather than an absolute path ? |
@mboisson Please open an issue on this, we can't possibly keep up with change requests in merged PRs... It makes total sense to make this a relative symlink, of course. |
This avoids using the system libs from /lib64 instead of libs from LIBRARY_PATH
Fixes easybuilders/easybuild-easyconfigs#5776 but needs a rebuild of the affected modules