{phys}[intel/2016b] Elk v4.0.15#3644
Conversation
| # make.inc file is generated interactively by "setup" command, creating it here | ||
| prebuildopts = 'echo "F90_OPTS = $FFLAGS" > make.inc && ' | ||
| prebuildopts += 'echo "F77_OPTS = $FFLAGS" >> make.inc && ' | ||
| prebuildopts += 'echo "LIB_LPK = $LIBLAPACK" >> make.inc && ' |
There was a problem hiding this comment.
This looks fairly OK to me.
The only better/cleaner way I can think of is to create an Elk-specific easyblock to take care of this, but that has other downsides compared to the easyconfig-only approach.
There was a problem hiding this comment.
@migueldiascosta let me know if you're happy with this as-is; with the successful test reports this is good to merge if you ask me
|
Test report by @boegel |
|
Test report by @boegel |
|
lgtm |
|
Going in, thanks @migueldiascosta! |
(created using
eb --new-pr)