[Numpy-discussion] svn test failures: linalg with complex

Chris Colbert sccolbert at gmail.com
Sun Apr 19 11:32:02 EDT 2009


you could always build atlas from source, the benefit of that is that you
can build it with threading enabled, vs the ubuntu packages which dont scale
across cores (at least on my machine they didnt).

The build instructions on scipy.org are fairly complete, if you give it a go
and have any trouble, shoot me an email. I just went through this process a
couple weeks ago.

Chris



On Sat, Apr 18, 2009 at 8:21 PM, Eric Firing <efiring at hawaii.edu> wrote:

> Pauli Virtanen wrote:
> > Sat, 18 Apr 2009 13:19:39 -1000, Eric Firing wrote:
> > [clip]
> >> This is a real pain.  What is the simplest work-around?
> >
> > apt-get install libatlas3gf-base
> > export LD_LIBRARY_PATH=/usr/lib/atlas
> >
> > Or, just uninstall libatlas3gf-sse2 in favor of the *-base version.
> >
>
> Uninstalling libatlas3gf-sse2* worked fine.  I didn't realize it simply
> shadowed *-base.
>
> Thanks.
>
> Eric
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090419/94b7fa10/attachment.html>


More information about the NumPy-Discussion mailing list