./math/ffts, The Fastest Fourier Transform in the South

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20170617, Package name: ffts-20170617, Maintainer: gson

A BSD-licensed Fast Fourier Transform library based on dynamic
generation of SIMD code, supporting Intel SSE and ARM Neon.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 574.673 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-13 15:24:19 by Andreas Gustafsson | Files touched by this commit (1)
Log message:
Mark as only for x86_64.  The ffts library does support some other
platforms, but the pkgsrc package currently does not yet support
configuring the library for them.
   2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Remove SHA1 hashes for distfiles
   2017-07-04 21:51:42 by Andreas Gustafsson | Files touched by this commit (6)
Log message:
Update math/ffts to 20170617.

The package does not include a change log, but one major feature
added since 20140106 is support for transforms of sizes other
than powers of two by means of the chirp Z transform.
   2016-01-22 15:57:41 by Andreas Gustafsson | Files touched by this commit (6)
Log message:
Initial import of ffts.

ffts is a BSD-licensed Fast Fourier Transform library based on dynamic
generation of SIMD code, supporting Intel SSE and ARM Neon.