Re: [easybuild] override sanity check for futures with Python 2.7

2019-03-26 Thread Åke Sandgren
https://github.com/easybuilders/easybuild-easyconfigs/pull/7961 On 3/26/19 3:47 PM, Åke Sandgren wrote: > Ok, I have dask 1.1.4 for fosscuda/2018b with Python 2.7.15 done. > Based on the existing dask-1.0.0-intel-2018b-Python-3.6.6.eb > > I'll PR it and you can take a look if there is something

Re: [easybuild] override sanity check for futures with Python 2.7

2019-03-26 Thread Yann Sagon
Excellent, this was what I was looking for! Thanks On Tue, Mar 26, 2019 at 2:10 PM Alan O'Cais wrote: > See > https://github.com/easybuilders/JSC/blob/0e9a247beec6984052e9a8f0980fec4c465606f4/Golden_Repo/2018b/d/Dask/Dask-Nov2018Bundle-ipsmpi-2018b-Python-2.7.15.eb > for an example of how to

Re: [easybuild] override sanity check for futures with Python 2.7

2019-03-26 Thread Alan O'Cais
See https://github.com/easybuilders/JSC/blob/0e9a247beec6984052e9a8f0980fec4c465606f4/Golden_Repo/2018b/d/Dask/Dask-Nov2018Bundle-ipsmpi-2018b-Python-2.7.15.eb for an example of how to do it. Alan On Tue, 26 Mar 2019 at 14:02, Yann Sagon mailto:yann.sa...@unige.ch>> wrote: Dear list, I'm

[easybuild] override sanity check for futures with Python 2.7

2019-03-26 Thread Yann Sagon
Dear list, I'm trying to build dask for python 2.7.15 with the toolchain fosscuda/2018b the Python extension "distributed" needs the extension "futures" which I have added to the ext_list. https://github.com/agronholm/pythonfutures The sanity check isn't working, probably because it's not