[Numpy-discussion] Failing to build numpy properly on Ubuntu Hardy

2008-12-10 Thread Gael Varoquaux
Hi all, Looks like I am following the long line of people failing to build numpy :). I must admit I am clueless with building problems. Numpy builds alright, but I get: ImportError: /usr/lib/sse2/atlas/libblas.so.3gf: undefined symbol: _gfortran_st_write_done On import. This used to work a

Re: [Numpy-discussion] Failing to build numpy properly on Ubuntu Hardy

2008-12-10 Thread Gael Varoquaux
On Wed, Dec 10, 2008 at 11:10:23PM +0100, Gael Varoquaux wrote: Numpy builds alright, but I get: ImportError: /usr/lib/sse2/atlas/libblas.so.3gf: undefined symbol: _gfortran_st_write_done Doh! I knew it must be a FAQ, and it was :). Better googling gave me the answer: the configuration was

Re: [Numpy-discussion] Failing to build numpy properly on Ubuntu Hardy

2008-12-10 Thread David Cournapeau
Gael Varoquaux wrote: I must have at some point installed the gfortran libraries by mistake. I was taken by surprise because I didn't expect Ubuntu to have 2 versions of atlas, ABI incompatible. The point was to help for transition from g77 to gfortran ABI. Intrepid does not have this

Re: [Numpy-discussion] Failing to build numpy properly on Ubuntu Hardy

2008-12-10 Thread Gael Varoquaux
On Thu, Dec 11, 2008 at 01:07:51PM +0900, David Cournapeau wrote: Gael Varoquaux wrote: I must have at some point installed the gfortran libraries by mistake. I was taken by surprise because I didn't expect Ubuntu to have 2 versions of atlas, ABI incompatible. The point was to help for

Re: [Numpy-discussion] Failing to build numpy properly on Ubuntu Hardy

2008-12-10 Thread Grissiom
On Thu, Dec 11, 2008 at 06:10, Gael Varoquaux [EMAIL PROTECTED] wrote: Hi all, Looks like I am following the long line of people failing to build numpy :). I must admit I am clueless with building problems. Numpy builds alright, but I get: ImportError: /usr/lib/sse2/atlas/libblas.so.3gf:

Re: [Numpy-discussion] Failing to build numpy properly on Ubuntu Hardy

2008-12-10 Thread David Cournapeau
Grissiom wrote: On Thu, Dec 11, 2008 at 06:10, Gael Varoquaux [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, Looks like I am following the long line of people failing to build numpy :). I must admit I am clueless with building problems. Numpy builds

Re: [Numpy-discussion] Failing to build numpy properly on Ubuntu Hardy

2008-12-10 Thread Grissiom
On Thu, Dec 11, 2008 at 15:13, David Cournapeau [EMAIL PROTECTED] wrote: Grissiom wrote: I have encountered with such problem before. My solution is recompile the problem package(maybe atlas in your case) with -ff2c option passed to gfortran. This is a bad idea: it won't work with