-
Notifications
You must be signed in to change notification settings - Fork 211
[SUGGESTION] patch sanity_check_paths['files'] to look in lib/ and lib64/ #1405
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
[SUGGESTION] patch sanity_check_paths['files'] to look in lib/ and lib64/ #1405
Conversation
This is a suggestion to fix #1404. Don't know whether it breaks something elsewhere ... Signed-off-by: Torbjörn Klatt <[email protected]>
Automatic reply from Jenkins: Can I test this? |
Jenkins: ok to test |
@torbjoernk: this is an interesting idea... Did @berndmohr put you up to this? ;-) I had something more elaborate in mind, i.e. add support for additional keys like Nevertheless, I like this approach, since it's a quick-and-easy fix for something that has annoyed a lot of people (mostly on SuSE and derivatives), and shouldn't do any harm. We already consider both @wpoely86, @rjeschmi, @fgeorgatos, @pescobar, @ocaisa, @JensTimmerman: thoughts? |
I feel more for the #196 approach... It cannot be that hard to implement? |
#196 can perfectly be done in a backwards compatibly way. Adding a libraries section doesn't invalidate the current |
EasyBuild framework unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2099/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
@wpoely86: sure, but introduces a |
Is this still valid or should it be closed? Bah... should have read the referenced PR 2477... So, close? @boegel |
@akesandgren This is no longer relevant, so I'll go ahead and close it. Fallback to also consider This PR did serve as inspiration for that change though, so I'd like to thank @torbjoernk for this... |
This is a suggestion to fix #1404.
Don't know whether it breaks something elsewhere ...