On Mon, Aug 10, 2015 at 4:59 PM, Stolpe, Oliver <[email protected]> wrote:
> I attached two logs, one with the sanity_check_paths in the config file > (sanity_on) and one without (sanity_off, causing the lib/lib64 error). Dear Oliver, In the file `log_sanity_off.log`, the build fails because you didn't specify a sanity check and EB falls back to its default value, which includes checking for lib/lib64. You should always specify a sanity check, either in the easyconfig or easyblock. In the other file, the build fails because 'bin/sv_counts' is missing. Ward

