handle allowed system deps during prepare_step rather than during parsing of easyconfig#1652
Conversation
…sing of easyconfig
|
I was trying out easybuilders/easybuild-easyconfigs#2621 and I ran into an issue with HMNS. Deep in it's list of dependencies there is a build dependency on |
|
EasyBuild framework unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2828/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. |
|
@ocaisa: can you retry that on top of this PR? It should fix the problem. |
|
Fix works, thanks @boegel ! |
|
Great, thanks for the confirmation @ocaisa, going in! |
handle allowed system deps during prepare_step rather than during parsing of easyconfig
fix for bug reported by @ocaisa
If handling of system deps happens too early, it causes problems.
@ocaisa: can you detail on the issue you ran into?