Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download FFTW 3.1.2 from ftp://ftp.fftw.org/pub/fftw/old/fftw-3.1.2.tar.gz and save it to /afs/slac/g/glast/ground/GLAST_EXT/leopard-i386-32bit/fftw if it doesn't exist
  2. Change directory to /afs/slac/g/glast/ground/GLAST_EXT/leopard-i386-32bit/fftw
  3. Unzip and Untar the file fftw-3.1.2.tar.gz
  4. Change directory to fftw-3.1.2
  5. Make sure fink isn't in $PATH (/sw/bin)
  6. Execute ./configure --prefix=/afs/slac/g/glast/ground/GLAST_EXT/leopard-i386-32bit/fftw/3.1.2/gcc40 --enable-shared
  7. Execute make
  8. Execute make install
  9. Execute mkdir ../3.1.2/gcc40/include/fftw
  10. Execute mv ../3.1.2/gcc40/include/*.h ../3.1.2/gcc40/include/fftw/
  11. Execute install_name_tool -id libfftw3.3.dylib ../3.1.2/gcc40/lib/libfftw3.3.1.2.dylib
  12. Leave and erase the fftw-3.1.2 directory