# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
description D.J. Bernstein's fast fourier transform library
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 \
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 \
homepage http://cr.yp.to/djbfft.html
master_sites http://cr.yp.to/djbfft/
checksums rmd160 46de3a7ed5d6ca4b245d02a12d969702e57f7381 \
sha256 799d929c3631a77ef0e16a2449e4fc11af8540b62359f8733ac2899fca2b394c
reinplace s|/usr/local/djbfft|${destroot}${prefix}| ${worksrcpath}/conf-home
echo "$CC $CPPFLAGS $CFLAGS" > conf-cc;
echo "$CC $LDFLAGS" > conf-ld
destroot.target setup check
livecheck.url http://cr.yp.to/djbfft/install.html
livecheck.regex ${name}-(\[0-9.\]+)\\.tar