./math/fftwf, Collection of fast C routines to compute DFTs

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


Branch: pkgsrc-2008Q4, Version: 3.2, Package name: fftwf-3.2, Maintainer: pkgsrc-users

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. (See our web page for
extensive benchmarks.) To achieve this performance, FFTW uses novel
code-generation and runtime self-optimization techniques (along with
many other tricks).

This package provides the single precision library.


Required to run:
[lang/f2c] [math/fftw]

Required to build:
[lang/perl5] [devel/gmake] [devel/libtool-base]

Master sites: (Expand)

SHA1: 7ec19356191ffa3719294a5373f27b75c04c301b
RMD160: 26f686e793f0fafedefa352b38058e76c9ca698c
Filesize: 3584.027 KB

Version history: (Expand)


CVS history: (Expand)


   2009-01-19 14:21:36 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2643 - requested by he
fftwf: update to fix build

Revisions pulled up:
- math/fftwf/Makefile		1.8
- math/fftwf/distinfo		1.3
---
Module Name:	pkgsrc
Committed By:	he
Date:		Sun Jan 18 13:00:07 UTC 2009

Modified Files:
	pkgsrc/math/fftwf: Makefile distinfo

Log message:
Update from version 3.1.2 to 3.2, to bring this in line with
the version in math/fftw/.

Pkgsrc changes:
 o Get rid of the powerpc-specific distfile, it's apparently not needed
   anymore
 o Add perl as a tool, so that "make test" can succeed
 o Adjust dependency on math/fftw