# $Id: Portfile,v 1.6 2003/03/03 07:01:05 mij Exp $ PortSystem 1.0 name fftw version 2.1.3 revision 0 categories math maintainers jpm@opendarwin.org description Fast C routines to compute the Discrete Fourier Transform long_description \ FFTW is a C subroutine library for computing the Discrete Fourier \ Transform (DFT) in one or more dimensions, of both real and complex \ data, and of arbitrary input size. We believe that FFTW, which is \ free software, should become the FFT library of choice for most \ applications. Our benchmarks, performed on a variety of platforms, \ show that FFTW's performance is typically superior to that of other \ publicly available FFT software. Moreover, FFTW's performance is \ portable: the program will perform well on most architectures \ without modification. homepage http://www.fftw.org/ platforms darwin master_sites http://www.fftw.org/ checksums md5 c6c51a4243f0f998ae4c9416108ebba0 pre-configure { file copy -force /usr/share/libtool/config.guess ${worksrcpath}/config.guess file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub } configure.args --enable-float --enable-type-prefix --enable-threads