-
Notifications
You must be signed in to change notification settings - Fork 305
include own lib dir in RPATH before system lib dirs in binutils easyblock #2044
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
Conversation
|
|
This is on Ubuntu 20.04, I have yet to test anything on the Arch Linux described in easybuilders/easybuild-easyconfigs#10056 |
d761587 to
458652c
Compare
|
Ah yes the issue is in the EC repo. Updated the commit and description, no other change |
|
Arch Linux seems a bit link-happy still but it finds the right libctf at least: Simpler programs like |
|
Seems like I need to cpnfigure binutils/2.34 with Should that go into the easyblock (in this PR or another), or into the 2.34 and onward easyconfigs? |
|
I'd go for EasyBlock with an option to include it. Do you know in which versions this was introduced? |
c17ff78 to
78ebdae
Compare
|
Ok, done: 78ebdae Disabled by default. |
akesandgren
left a comment
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
Avoids taking a system lib over an installed lib Fixes easybuilders/easybuild-easyconfigs#10056
zao
left a comment
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
|
Going in, thanks @Flamefire! |
Avoids taking a system lib over an installed lib
Fixes easybuilders/easybuild-easyconfigs#10056
@zao