Re: [easybuild] PyPi legacy is gone.... and ideas on source_urls for Python extensions

2018-07-11 Thread Kenneth Hoste
Hi Jack, On 11/07/2018 20:04, Jack Perdue wrote: Howdy Kenneth, For example, I'm trying to build IPython and as a Bundle with extensions trying to fetch files from:  https://files.pythonhosted.org/packages/source/i/ipython/ which doesn't exist. That's not what I'm seeing with the just

Re: [easybuild] Loading toolchain module and CC/CXX env vars

2018-07-11 Thread Fotis Georgatos
One more approach: most toolchains have a corresponding zlib build. We used to fish out its ./easybuild/*devel*.eb modulefile for manual builds and for not too complex builds it could help a lot. In effect, you need to shop from something that has the same deps as what you want build and same

[easybuild] [ANN] EasyBuild v3.6.2

2018-07-11 Thread Kenneth Hoste
Dear EasyBuilders, I'm happy to announce the release of EasyBuild version 3.6.2 [1]. And yes, once again, this is the best EasyBuild release since the dawn of time... This is primarily a bugfix/update release. Highlights include: * support generating Docker container recipes & image

Re: [easybuild] PyPi legacy is gone.... and ideas on source_urls for Python extensions

2018-07-11 Thread Jack Perdue
Howdy Kenneth, For example, I'm trying to build IPython and as a Bundle with extensions trying to fetch files from:  https://files.pythonhosted.org/packages/source/i/ipython/ which doesn't exist. See: IPython-6.2.1-foss-2017a-Python-3.6.4.eb (which is  IPython-6.4-foss-2017b-Python-3.6.3.eb

Re: [easybuild] PyPi legacy is gone.... and ideas on source_urls for Python extensions

2018-07-11 Thread Kenneth Hoste
Hi Jack, On 11/07/2018 01:38, Jack Perdue wrote: As recently as a week or two ago, the "legacy" PyPi site was still serving files from old source_urls. That no longer seems to be the case. And the new URLs seem to be a random mess. Has anyone pondered how to deail with this? EasyBuild has

Re: [easybuild] Next EasyBuild conf call: Wed July 11th 2018, 5pm CEST

2018-07-11 Thread Vanzo, Davide
Dear EasyBuilders, If you missed today's conf call, here you can find some notes: https://github.com/easybuilders/easybuild/wiki/Conference-call-notes-20180711 The next conf call is scheduled for Wed July 25th 2018, see https://plus.google.com/events/cpq2nqo8spt1u9uemvjkhgat9t8 Best regards

Re: [easybuild] Loading toolchain module and CC/CXX env vars

2018-07-11 Thread Bart Oldeman
Note that there is also a complimentary approach using --dump-env-script, e.g.: $ eb --dump-env-script HPL-2.2-foss-2018b.eb == temporary log file in case of crash /localscratch/eb-GygDhc/easybuild-HYqbH4.log Script to set up build environment for HPL-2.2-foss-2018b.eb dumped to

Re: [easybuild] Loading toolchain module and CC/CXX env vars

2018-07-11 Thread Lars Viklund
I provide them for all sorts of toolchains, preparing them with `--try-toolchain` from one of the existing ones instead of upstreaming them. They are very handy if you ever have end-user builds of software outside of EB. // Lars Viklund From:

Re: [easybuild] Loading toolchain module and CC/CXX env vars

2018-07-11 Thread Alan O'Cais
Hi Caspar On Wed, 11 Jul 2018 at 13:27, Caspar van Leeuwen < caspar.vanleeu...@surfsara.nl> wrote: > Hi Alan, > > Thanks, I wasn't aware of the buildenv EasyBlock either, but it seems this > may solve some problems I encountered in the past with compilers or flags > that were not always

Re: [easybuild] Loading toolchain module and CC/CXX env vars

2018-07-11 Thread Paul Melis
On 11-07-18 13:27, Caspar van Leeuwen wrote: > Curious to hear what you (and others) think. Also, apart from Juelich, > are other institutes running into the same problems that we are, and is > are the buildenv blocks/configs also the way they solve it? For > uniformity and reusability of