I think you need to update modulename like this:
https://github.com/hpcugent/easybuild-easyconfigs/blob/e2de9e479830843a2644c08189edadb039f42d5e/easybuild/easyconfigs/p/PyYAML/PyYAML-3.10-ictce-5.3.0-Python-2.7.3.eb
options = {'modulename': 'yaml'}
I don't think sanitycheck is skippable (so it won't do what you want).
On Wed, Jul 22, 2015 at 9:57 AM Stolpe, Oliver <[email protected]>
wrote:
> Hello mailinglist,
>
> I try to install PyVCF. This is a Python package. The problem is, that
> when it comes to the sanity check EasyBuild tries to load the module with
> 'import pyvcf'. Unfortunately the correct import line has to be 'import
> vcf'. Actually I don't know how to teach EasyBuild that is has to use a
> different name. I tried to ignore the sanity check, but putting
>
> skipsteps = ['sanitycheck']
>
> doesn't have any impact.
>
> Does anyone has a solution for this?
>
> Thanks,
> Oliver
>
>