Re: [Numpy-discussion] Simplifying compiler optimization flags logic (fortran compilers)

2008-11-01 Thread Robert Kern
On Fri, Oct 31, 2008 at 05:25, David Cournapeau [EMAIL PROTECTED] wrote: Hi, I was wondering whether it was really worth having a lot of magic going on in fcompilers for flags like -msse2 and co (everything done in get_flags_arch, for example). It is quite fragile (we had several problems

Re: [Numpy-discussion] Complete LAPACK needed (Frank Lagor)

2008-11-01 Thread Frank Lagor
Problem solved-- This posting is just to complete the thread to document it if others have similar issues. The previous error: ImportError: liblapack.so: cannot open shared object file: No such file or directory was solved simply by checking that the environment variables were set properly. I

Re: [Numpy-discussion] Complete LAPACK needed (Frank Lagor)

2008-11-01 Thread David Cournapeau
Frank Lagor wrote: Problem solved-- This posting is just to complete the thread to document it if others have similar issues. Glad you could solve it. The previous error: ImportError: liblapack.so: cannot open shared object file: No such file or directory was solved simply by checking

Re: [Numpy-discussion] Simplifying compiler optimization flags logic (fortran compilers)

2008-11-01 Thread Jarrod Millman
On Sat, Nov 1, 2008 at 1:07 AM, Robert Kern [EMAIL PROTECTED] wrote: On Fri, Oct 31, 2008 at 05:25, David Cournapeau [EMAIL PROTECTED] wrote: I was wondering whether it was really worth having a lot of magic going on in fcompilers for flags like -msse2 and co (everything done in

Re: [Numpy-discussion] Complete LAPACK needed (Frank Lagor)

2008-11-01 Thread Frank Lagor
Thanks so much for your help, David. I'm sorry I did not receive your posts previously -- I have the digest mode on and there is a bit of a delay. I'll try to change my options next time I post a request. Thanks so much again, Frank ___

Re: [Numpy-discussion] Simplifying compiler optimization flags logic (fortran compilers)

2008-11-01 Thread Michael Abshoff
Jarrod Millman wrote: On Sat, Nov 1, 2008 at 1:07 AM, Robert Kern [EMAIL PROTECTED] wrote: Hi, On Fri, Oct 31, 2008 at 05:25, David Cournapeau [EMAIL PROTECTED] wrote: I was wondering whether it was really worth having a lot of magic going on in fcompilers for flags like -msse2 and co