# $Id: Portfile,v 1.8 2003/03/24 15:51:05 jpm Exp $ PortSystem 1.0 name fftw version 2.1.5 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/ \ ftp://ftp.fftw.org/pub/fftw/ \ ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/ checksums md5 8d16a84f3ca02a785ef9eb36249ba433 configure.args --enable-float --enable-type-prefix --enable-threads