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
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
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
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
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])
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:
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