This script is for Slackware 13.0 only and may be outdated.

SlackBuilds Repository

13.0 > Libraries > fftw (3.2.2)

FFTW is a free collection of fast C routines for computing the Discrete
Fourier Transform in one or more dimensions. It includes complex, real,
symmetric, and parallel transforms, and can handle arbitrary array sizes
efficiently. FFTW is typically faster than other publically-available FFT
implementations, and is even competitive with vendor-tuned libraries.

By default non-portable binaries will be created. If you need to create
a package that is shared among various machines, pass PORTABLE=yes to the
script.

To enable SSE or SSE2 SIMD optimizations pass SSE=yes or SSE2=yes respectively
to the script. Enabling these will still create a portable package as fftw falls
back to the standard code, if the optimized one isn't supported on the cpu.
However, to be able to build them your cpu has to actually support those
extensions.

Maintained by: Kyle Guinn
Keywords: fft,dft,fourier,transform
ChangeLog: fftw

Homepage:
http://www.fftw.org/

Source Downloads:
fftw-3.2.2.tar.gz (b616e5c91218cc778b5aa735fefb61ae)

Download SlackBuild:
fftw.tar.gz
fftw.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
fftw.SlackBuild
fftw.info
slack-desc

Validated for Slackware 13.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds