Package: djbfft Version: 0.76 Revision: 3 Source: http://cr.yp.to/%n/%n-%v.tar.gz Source-Checksum: SHA256(799d929c3631a77ef0e16a2449e4fc11af8540b62359f8733ac2899fca2b394c) 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 -j1 setup check ranlib %i/lib/*.a <<