-
Notifications
You must be signed in to change notification settings - Fork 206
Introduce 'check_readelf_rpath' easyconfig parameter to optionally skip RPATH checks #4768
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
base: develop
Are you sure you want to change the base?
Conversation
This commit adds a new easyconfig variable named 'check_readelf_rpath'. When set, RPATH checks are skipped even if the --rpath flag is present. This provides more flexible control over RPATH validation in specialized build scenarios (as git-lfs).
@pavelToman Can you look into adding a test for this? Probably You can run a particular test using a command like:
|
@pavelToman Can you look into resolving the conflict? |
Another use case for this is For now, people can use |
Checks are failing on:
|
This commit adds a new easyconfig variable named 'check_readelf_rpath'. When set to False, RPATH checks by readelf are skipped even if the --rpath flag is present. This provides more flexible control over RPATH validation in specialized build scenarios (as git-lfs).
resolves vscentrum/vsc-software-stack#502
resolves easybuilders/easybuild-easyconfigs#17516