[Numpy-discussion] Unable to building numpy with openblas using bento or distutils

2013-05-28 Thread Dinesh B Vadhia
Maybe this is for the Scipy list but followed the instructions but the command: $ sudo python setup.py install to install Scipy failed because it couldn't find Lapack. However, the export commands were set as: $ export BLAS=/usr/local/lib/libopenblas.a $ export LAPACK=/usr/local/lib/libopenbla

Re: [Numpy-discussion] Unable to building numpy with openblas using bento or distutils

2013-03-23 Thread Skipper Seabold
On Sat, Mar 23, 2013 at 8:44 PM, Skipper Seabold wrote: > On Sat, Mar 23, 2013 at 7:26 PM, Ake Sandgren > wrote: >> On Sat, 2013-03-23 at 14:19 -0400, Skipper Seabold wrote: >>> Some help on this would be greatly appreciated. It's been recommended >>> to use OpenBlas over ATLAS, so I've been try

Re: [Numpy-discussion] Unable to building numpy with openblas using bento or distutils

2013-03-23 Thread Skipper Seabold
On Sat, Mar 23, 2013 at 7:26 PM, Ake Sandgren wrote: > On Sat, 2013-03-23 at 14:19 -0400, Skipper Seabold wrote: >> Some help on this would be greatly appreciated. It's been recommended >> to use OpenBlas over ATLAS, so I've been trying to build numpy with >> openblas and have run into a few probl

Re: [Numpy-discussion] Unable to building numpy with openblas using bento or distutils

2013-03-23 Thread Ake Sandgren
On Sat, 2013-03-23 at 14:19 -0400, Skipper Seabold wrote: > Some help on this would be greatly appreciated. It's been recommended > to use OpenBlas over ATLAS, so I've been trying to build numpy with > openblas and have run into a few problems. > > To truly support OpenBlas, is it maybe necessary

Re: [Numpy-discussion] Unable to building numpy with openblas using bento or distutils

2013-03-23 Thread Skipper Seabold
On Sat, Mar 23, 2013 at 2:32 PM, Hanno Klemm wrote: > Skipper, > this looks like a problem that I had in the bad old days with ATLAS, as > well. Try compiling openblas with the -fPIC flag that used to help. > > Thanks for having a look. I checked after seeing that odd bento failure (see here [1])

Re: [Numpy-discussion] Unable to building numpy with openblas using bento or distutils

2013-03-23 Thread Hanno Klemm
Skipper, this looks like a problem that I had in the bad old days with ATLAS, as well. Try compiling openblas with the -fPIC flag that used to help. Best of luck, Hanno hanno.kl...@me.com Sent from my mobile device, please excuse my brevity. On 23.03.2013, at 19:19, Skipper Seabold wrote:

[Numpy-discussion] Unable to building numpy with openblas using bento or distutils

2013-03-23 Thread Skipper Seabold
Some help on this would be greatly appreciated. It's been recommended to use OpenBlas over ATLAS, so I've been trying to build numpy with openblas and have run into a few problems. 1) Build fails using bento master and waf 1.7.9, see below. 2) Distutils doesn't seem to be able to find lapack as pa