Re: [easybuild] Python-2.7.12-foss-2016b undefined references

2017-01-18 Thread Vanzo, Davide
Alan, thanks for pointing me to that PR. That "--with-termlib" is the problem. With that option the symbols are stripped on a separate library file (libtinfo.a) and the linking fails when building against the ncurses-6.0.eb build. Since this is not a local problem I have created a dedicated issu

Re: [easybuild] EB for Intel Distribution for Python?

2017-01-18 Thread Jack Perdue
On 01/18/2017 09:09 AM, Kenneth Hoste wrote: On 18/01/2017 09:51, Ole Holm Nielsen wrote: I would like to provide an EB module for "Intel Distribution for Python", see https://software.intel.com/en-us/intel-distribution-for-python. However, Intel Python isn't on the EB List of supported softwa

Re: [easybuild] Python-2.7.12-foss-2016b undefined references

2017-01-18 Thread Vanzo, Davide
Ward, the symbols exist in the libreadline.a, not in libncurses.a as you can see here: $ readelf --syms /usr/software/software/Compiler/GCC/5.4.0-2.26/libreadline/6.3/lib/libreadline.a | grep 'tputs\|tgoto\|tgetnum\|PC\|BC\|UP\|tgetent\|tgetstr\|tgetflag' 97: 0 NOTYPE GL

Re: [easybuild] Python-2.7.12-foss-2016b undefined references

2017-01-18 Thread Alan O'Cais
This sounds like it might be somehow related to https://github.com/hpcugent/easybuild-easyconfigs/pull/3545 On 18 Jan 2017 9:05 pm, "Vanzo, Davide" mailto:davide.va...@vanderbilt.edu>> wrote: When trying to build Python-2.7.12-foss-2016b it fails with the error below. = gcc -L/usr/soft

Re: [easybuild] Python-2.7.12-foss-2016b undefined references

2017-01-18 Thread Ward Poelmans
Hi Davide, On Wed, Jan 18, 2017 at 9:05 PM, Vanzo, Davide wrote: > When trying to build Python-2.7.12-foss-2016b it fails with the error below. > > = > /usr/software/software/Compiler/GCC/5.4.0-2.26/libreadline/6.3/lib/libreadline.a > /usr/software/software/Core/ncurses/6.0/lib/libncurses

[easybuild] Python-2.7.12-foss-2016b undefined references

2017-01-18 Thread Vanzo, Davide
When trying to build Python-2.7.12-foss-2016b it fails with the error below. = gcc -L/usr/software/software/Core/GCCcore/5.4.0/lib64 -L/usr/software/software/Core/GCCcore/5.4.0/lib -L/usr/software/software/Compiler/GCC/5.4.0-2.26/OpenBLAS/0.2.18-LAPACK-3.6.1/lib -L/usr/software/softwa

Re: [easybuild] next EasyBuild conf call: Wed Jan 18th 2017, 5pm CET

2017-01-18 Thread Kenneth Hoste
Notes of today's conf call are available at https://github.com/hpcugent/easybuild/wiki/Conference-call-notes-20170118 Next conf call is planned for Wed Feb 1st, 5pm CET, see also https://plus.google.com/events/comv4ri0hf3srvi2hb3m48vedjg . On 17/01/2017 17:07, Kenneth Hoste wrote:

Re: [easybuild] EB for Intel Distribution for Python?

2017-01-18 Thread Kenneth Hoste
Hi Ole, On 18/01/2017 09:51, Ole Holm Nielsen wrote: I would like to provide an EB module for "Intel Distribution for Python", see https://software.intel.com/en-us/intel-distribution-for-python. However, Intel Python isn't on the EB List of supported software. Question: Does anyone have EB f

[easybuild] EB for Intel Distribution for Python?

2017-01-18 Thread Ole Holm Nielsen
I would like to provide an EB module for "Intel Distribution for Python", see https://software.intel.com/en-us/intel-distribution-for-python. However, Intel Python isn't on the EB List of supported software. Question: Does anyone have EB files for creating modules of Intel Python 2.7 and 3.5?