[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fft support on octave
From: |
Kai Torben Ohlhus |
Subject: |
Re: fft support on octave |
Date: |
Wed, 25 Dec 2019 21:15:11 +0900 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 |
> On Wed, Dec 25, 2019 at 12:51 PM niraj pandey
> <address@hidden <mailto:address@hidden>> wrote:
>
> yes I am facing the same issue without any changes.
> Meanwhile can you pls let me know what do you mean about default
> version og GNU Octave.
>
> Thanks
> Niraj
>
By default version I meant, just using the packages for fftw and alike
that your distribution offers and run "./configure" without
modifications. But this seems no longer to be necessary.
On 12/25/19 8:20 PM, niraj pandey wrote:
> Seems some issue with my environment. After fix this env issue I was
> able to build octave with fft support using following configuration
> settings.
>
> ./configure --prefix=/tmp/octa12 CFLAGS=-fPIC CXXFLAGS=-fPIC
> --enable-shared --with-qt
> --with-blas=/octave/v5.1.0/BLAS-3.8.0/blas_LINUX.a
> --with-lapack=/octave/v5.1.0/lapack-3.8.0/liblapack.a
> --with-fftw3-includedir=/home/niraj/fftw/include/
> --with-fftw3-libdir=/home/niraj/fftw/lib
> --with-fftw3f-includedir=/home/niraj/fftw/include
> --with-fftw3f-libdir=/home/niraj/fftw/lib
>
> Thanks for your support.
>
> Thanks
> Niraj
>
You're welcome.
Best,
Kai
- Re: fft support on octave, (continued)
- Re: fft support on octave, niraj pandey, 2019/12/13
- Re: fft support on octave, Kai Torben Ohlhus, 2019/12/14
- Re: fft support on octave, niraj pandey, 2019/12/17
- Re: fft support on octave, Mike Miller, 2019/12/18
- Re: fft support on octave, niraj pandey, 2019/12/23
- Re: fft support on octave, Kai Torben Ohlhus, 2019/12/23
- Re: fft support on octave, niraj pandey, 2019/12/24
- Re: fft support on octave, Kai Torben Ohlhus, 2019/12/24
- Re: fft support on octave, niraj pandey, 2019/12/25
- Re: fft support on octave, niraj pandey, 2019/12/25
- Re: fft support on octave,
Kai Torben Ohlhus <=