support providing additional relative path for prefix in external module metadata#1637
Conversation
|
EasyBuild framework unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2788/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. |
|
Ideally Cray should fix that on their module files. But maybe they consider not setting a variable for fftw root as a feature, so it's good to be able to workaround that. thx @boegel |
|
Well, I'm guessing they wouldn't be willing to change existing module files... And this is a useful feature regardless. |
|
looks good but maybe name it |
|
@wpoely86: well, Also, we can't just rename that now, the support for providing metadata for external modules is not experimental by itself, that's a stable feature. |
|
Thanks for the review @wpoely86! |
support providing additional relative path for prefix in external module metadata
add support for entries like:
which results in
$EBROOTFFTWbeing defined as the equivalent of$FFTW_INC/../(if$FFTW_INCis defined)