clean up configure options that are now handled by R easyblock#5478
clean up configure options that are now handled by R easyblock#5478migueldiascosta merged 1 commit intoeasybuilders:developfrom
Conversation
|
I'll look into a test report for several recent and also a couple of old R easyconfigs, but a full test is going to take forever (and probably not worth the trouble, since nothing really changed as long as you use the updated easyblock for |
|
Test report by @boegel |
|
Test report by @boegel |
|
@easybuilders/easybuild-easyconfigs-maintainers Good to go imho... |
|
Going in, thanks @boegel! |
The R easyblock has been updated in
developto automatically add configure options based on dependencies, see:correctly configure R for BLAS/LAPACK & check configure output easybuild-easyblocks#1292make R easyblock set configure options for dependencies easybuild-easyblocks#1297maintain backward compatibility in R easyblock by hard linking with $LIBBLAS (for now) easybuild-easyblocks#1300explicitly set --with-x=no if X11 is not included as dependency in R easyblock easybuild-easyblocks#1303This cleanup basically only avoids that configure options are listed twice.