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

2009-04-19 Thread Chris Colbert
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

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

2009-04-18 Thread Eric Firing
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. >

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

2009-04-18 Thread Pauli Virtanen
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. -- Pauli Virtanen

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

2009-04-18 Thread Eric Firing
Pauli Virtanen wrote: > Sat, 18 Apr 2009 09:41:28 -1000, Eric Firing wrote: > >> I updated my Thinkpad to Ubuntu 9.04 release candidate, 32-bit, got a >> fresh svn checkout of numpy trunk, built, and installed. Running >> numpy.test() yields 16 errors (output attached) in linear algebra on >> com

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

2009-04-18 Thread Pauli Virtanen
Sat, 18 Apr 2009 09:41:28 -1000, Eric Firing wrote: > I updated my Thinkpad to Ubuntu 9.04 release candidate, 32-bit, got a > fresh svn checkout of numpy trunk, built, and installed. Running > numpy.test() yields 16 errors (output attached) in linear algebra on > complex arguments. Is this expec

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

2009-04-18 Thread Eric Firing
Charles R Harris wrote: On Sat, Apr 18, 2009 at 1:41 PM, Eric Firing > wrote: I updated my Thinkpad to Ubuntu 9.04 release candidate, 32-bit, got a fresh svn checkout of numpy trunk, built, and installed. Running numpy.test() yields 16 errors (output at

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

2009-04-18 Thread Charles R Harris
On Sat, Apr 18, 2009 at 1:41 PM, Eric Firing wrote: > I updated my Thinkpad to Ubuntu 9.04 release candidate, 32-bit, got a fresh > svn checkout of numpy trunk, built, and installed. Running numpy.test() > yields 16 errors (output attached) in linear algebra on complex arguments. > Is this expe

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

2009-04-18 Thread Eric Firing
I updated my Thinkpad to Ubuntu 9.04 release candidate, 32-bit, got a fresh svn checkout of numpy trunk, built, and installed. Running numpy.test() yields 16 errors (output attached) in linear algebra on complex arguments. Is this expected? Eric In [2]:numpy.test() Running unit tests for nu