Re: [easybuild] Python extensions from .whl

2016-12-27 Thread Andreas Hilboll
Thanks, Kenneth, for the super-quick reply! As always, I really appreciate all your help. Unfortunately, use_pip = True doesn't seem to change anything (actually, according to the debug log, see https://gist.githubusercontent.com/andreas-h/6355a160082db1920fce6cb5d0f3655b/raw/efe52f557b289c7b322

Re: [easybuild] Python extensions from .whl

2016-12-27 Thread Kenneth Hoste
Hi Andreas, On 27/12/2016 19:12, Andreas Hilboll wrote: Hi all, I'm trying to create an easyconfig for jupyterhub 0.7. I copied the existing 0.6.1 easyconfig and bumped the version number, so it now reads easyblock = 'Bundle' name = 'jupyterhub' version = '0.7.0' versionsuffix

[easybuild] Python extensions from .whl

2016-12-27 Thread Andreas Hilboll
Hi all, I'm trying to create an easyconfig for jupyterhub 0.7. I copied the existing 0.6.1 easyconfig and bumped the version number, so it now reads easyblock = 'Bundle' name = 'jupyterhub' version = '0.7.0' versionsuffix = '-Python-%(pyver)s' homepage = 'http://jupyter.org' de