4 pkgdesc="FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. This is package is offering backwards compatibility version 2.x.y. of fftw."
6 url="http://www.fftw.org/"
8 makedepends=('gcc>=4.3.0')
9 source=(http://www.fftw.org/fftw-$pkgver.tar.gz)
10 md5sums=('8d16a84f3ca02a785ef9eb36249ba433')
14 cd $startdir/src/fftw-$pkgver
15 # build + install double precision
16 ./configure F77=gfortran --prefix=/usr \
20 make prefix=$startdir/pkg/usr install || return 1