Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
name djbfft
version 0.76
categories math
platforms darwin
maintainers nomaintainer@macports.org

description D.J. Bernstein's fast fourier transform library
long_description \
djbfft is an extremely fast library for floating-point \
convolution. The current version holds most of the \
speed records for double-precision FFTs on general \
purpose computers. \
\
djbfft provides power-of-2 complex FFTs, real FFTs at \
twice the speed, and fast multiplication of complex \
arrays. Single precision and double precision are \
equally supported.

homepage http://cr.yp.to/djbfft.html
master_sites http://cr.yp.to/djbfft/

checksums md5 9349eff24c1f9fdfb98cfb51bece8efb

configure { reinplace s|/usr/local/djbfft|${destroot}/${prefix}| \
${worksrcpath}/conf-home }

build.target

destroot.target setup check