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 -m
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
___
Numpy-discussio
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
>>
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 chec
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 se
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
> p