enhance generic RPackage easyblock to support installing extensions in a separate prefix#551
Conversation
…n a separate prefix
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Seems like a bug https://gist.github.com/rjeschmi/3cb1c213000eeafbb0df == FAILED: Installation ended unsuccessfully (build directory: /software/experimental/build/R/3.1.2/foss-2015a): build failed (first 300 chars): EasyBuild crashed with an error (at easybuild/tools/run.py:382 in parse_cmd_output): cmd "R -q --no-save" exited with exitcode 1 and output:
|
|
I think it is missing quotes around the lib path, will add |
|
Refer to this link for build results (access rights to CI server needed): |
|
It looks like the build completed successfully after I patched |
|
@rjeschmi: great, thanks for the feedback! |
…locks into RPackage_enhanced
|
Refer to this link for build results (access rights to CI server needed): |
|
Also retested this myself together with It's also serving the purpose of the PoC PR easybuilders/easybuild-easyconfigs#1384. Thanks a lot for testing/reviewing this @rjeschmi, and for the fix you provided! Going in! |
enhance generic RPackage easyblock to support installing extensions in a separate prefix
This should also resolve issue #1326 where R packages are being installed under $HOME rather than in the R installation prefix...
@wpoely86, @rjeschmi: please review/test?