the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: djbfft
Version: 0.76
Revision: 3
Source: http://cr.yp.to/%n/%n-%v.tar.gz
Source-MD5: 9349eff24c1f9fdfb98cfb51bece8efb
Maintainer: Pierre-Henri Lavigne
HomePage: http://cr.yp.to/djbfft.html
License: OSI-Approved
Description: Fast library for floating-point convolution
DescDetail: <<
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.
<<
BuildDependsOnly: true
Docfiles: CHANGES FILES README TARGETS TODO VERSION
CompileScript: <<
#! /bin/sh -ev
echo %i>./conf-home
make
<<
InstallScript: <<
#! /bin/sh -ev
make setup check
ranlib %i/lib/*.a
<<