fftw


FFTW 3.1.3

First follow setup directions here. For some reason “–enable-shared” must be before prefix.

  1. Configure: $ ./configure -–enable-shared -–prefix=$EXTDIR
  2. Make: $ make -j 3
  3. Test: $ make check
  4. Install: $ make install

“make check” should output a message to the effect of saying all was good.

Below is a block quoted version of the commands needed:

./configure -–enable-shared -–prefix=$EXTDIR 
make -j2
make check
make install

Comments are closed.

Follow

Get every new post delivered to your Inbox.