Oh dear, thanks Ward. It was a typo, ".sh" was missing for that file. I got confused by the lib/lib64 thing and probably the heat. Thanks for your help,
Oliver ________________________________________ From: [email protected] [[email protected]] on behalf of Ward Poelmans [[email protected]] Sent: Monday, August 10, 2015 5:04 PM To: [email protected] Subject: Re: [easybuild] Tarball Easyblock sanity_check fails 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

