Fast Discrete Fourier Transform (Quad Precision C Routines) Maintained by:bf@FreeBSD.org Port Added: 17 Oct 2011 10:16:54 License: not specified in port
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.
The FFTW package was developed at MIT by Matteo Frigo and Steven G.
Johnson. Please send email to fftw@theory.lcs.mit.edu so that we can keep
track of users and send you information about new releases. The latest
version of FFTW, benchmarks, links, and other information can be found at
the FFTW home page.
WWW: http://www.fftw.org/
To install the port:cd /usr/ports/math/fftw3-quad/ && make install clean To add the package:pkg_add -r fftw3-quad
Configuration Options
===> The following configuration options are available for fftw3-quad-3.3.1:
G77_WRAPPERS=off (default) "Alter Fortran wrappers for use with g77"
OPENMP=off (default) "Build OpenMP multithreaded libraries"
OPTIMIZED_CFLAGS=on (default) "Enable optimized CFLAGS"
===> Use 'make config' to modify these settings