help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave build used libblas.so not libopenblas.so


From: Mike Miller
Subject: Re: Octave build used libblas.so not libopenblas.so
Date: Sun, 29 Mar 2020 16:08:32 -0700

On Sun, Mar 29, 2020 at 16:00:17 -0700, Thomas D. Dean wrote:
> cd octave-code/build
> ../configure --with-blas=/usr/local/lib/OpenBlas/lib/libopenblas.so
[…]
> So, octave build should have picked up libopenblas, but, it did not.

This is not ideal. Try this instead

    ../configure LDFLAGS=-L/usr/local/lib/OpenBlas/lib

If you want to use the --with-blas option, it should be something like

    --with-blas=openblas

or

    --with-blas=-lopenblas

But these are typically detected automatically, so not required.

Cheers,

-- 
mike

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]