[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
signature.asc
Description: PGP signature
- Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse, (continued)
- [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse, KamilStawiarski, 2020/03/29
- Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse, Dmitri A. Sergatskov, 2020/03/29
- Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse, Thomas D. Dean, 2020/03/29
- Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse, Thomas D. Dean, 2020/03/29
- Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse, Dmitri A. Sergatskov, 2020/03/29
- Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse, Thomas D. Dean, 2020/03/29
- Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse, Thomas D. Dean, 2020/03/29
- Octave build used libblas.so not libopenblas.so, Thomas D. Dean, 2020/03/29
- Re: Octave build used libblas.so not libopenblas.so,
Mike Miller <=
- Re: Octave build used libblas.so not libopenblas.so, Thomas D. Dean, 2020/03/29
- Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse, Thomas D. Dean, 2020/03/29
- Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse, sshah, 2020/03/29
- Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse, KamilStawiarski, 2020/03/30