Re: python packages struggling with GCC 4.7

2014-02-24 Thread Gerald Pfeifer
On Mon, 24 Feb 2014, Dmitry Sivachenko wrote: > I just committed the patch, thanks for all involved. Thanks Dmitry, and thinks William for diagnosing the problem and cooking up that patch to begin with! > Looking forward for final transition to gcc-4.7 in USE_GCC. :) I just sent an updated patch

Re: python packages struggling with GCC 4.7

2014-02-24 Thread Dmitry Sivachenko
On 23 февр. 2014 г., at 9:48, Gerald Pfeifer wrote: > On Thu, 5 Dec 2013, Gerald Pfeifer wrote: >> On Wed, 4 Dec 2013, William Grzybowski wrote: >>> It looks like the build is not respecting FFLAGS, so no -Wl,rpath= for >>> gfortran. As far as it working for gcc46, it looks like it fails to >>

Re: python packages struggling with GCC 4.7

2014-02-22 Thread Gerald Pfeifer
On Thu, 5 Dec 2013, Gerald Pfeifer wrote: > On Wed, 4 Dec 2013, William Grzybowski wrote: >> It looks like the build is not respecting FFLAGS, so no -Wl,rpath= for >> gfortran. As far as it working for gcc46, it looks like it fails to >> detect gfortran46 as a compiler and uses gcc46, which respe

Re: python packages struggling with GCC 4.7

2013-12-05 Thread Gerald Pfeifer
On Wed, 4 Dec 2013, William Grzybowski wrote: > It looks like the build is not respecting FFLAGS, so no -Wl,rpath= for > gfortran. As far as it working for gcc46, it looks like it fails to > detect gfortran46 as a compiler and uses gcc46, which respects CFLAGS. That is, hmm, interesting. =:-) N

Re: python packages struggling with GCC 4.7

2013-12-04 Thread William Grzybowski
On Wed, Dec 4, 2013 at 11:13 AM, Gerald Pfeifer wrote: > On Wed, 4 Dec 2013, William Grzybowski wrote: > > The main reason foe the python failures, if not all, is math/p-numpy. > > It is compiling just fine, but the package is not working: > > > > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.

Re: python packages struggling with GCC 4.7

2013-12-04 Thread Gerald Pfeifer
On Wed, 4 Dec 2013, William Grzybowski wrote: > The main reason foe the python failures, if not all, is math/p-numpy. > It is compiling just fine, but the package is not working: > > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by > /usr/local/lib/gcc47/libgfortran.so.3 not found >

Re: python packages struggling with GCC 4.7

2013-12-04 Thread William Grzybowski
Hi, The main reason foe the python failures, if not all, is math/p-numpy. It is compiling just fine, but the package is not working: ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found Looks like it is linking to /lib/libgcc_s.so.1 and s