You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems like a case of a known issue with the current RPATH support, i.e. that the RPATH sanity check is always run when --rpath is used, even for binary installations where nothing gets built/linked via EasyBuild (see the 1st bullet at easybuilders/easybuild-framework#1992).
We'll need to put some logic in place to somehow filter out binaries/libraries that were not built during the installation process. One option would be to specialise the sanity_check_rpath method in the Binary generic easyblock to basically just do a pass, but I suspect more will be needed (e.g. also in IntelBase and some software-specific easyblocks for binary installations).
FYI
after boostraping a fresh easybuild-3.0 to give a try to rpath support
all eb installation was done using "--experimental --rpath" flags
particulary goolf-1.7.20 was installed using
and then tried installing R-3.2.0-goolf-1.7.20.eb
that fails on java-1.7_80 installation
in order to minimize the log file size I issued following eb command
here is the output of the above command and attached the logfile.
best regards
Eric
easybuild-aPP5My.log.txt
The text was updated successfully, but these errors were encountered: