extra/fftw to 3.3.2-1

This commit is contained in:
Kevin Mihelich 2012-05-21 12:04:09 -04:00
parent 53fea2df0f
commit f8a024a5a1

View file

@ -10,7 +10,7 @@
plugrel=1
pkgname=fftw
pkgver=3.3.1
pkgver=3.3.2
pkgrel=1
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
arch=('i686' 'x86_64')
@ -21,7 +21,7 @@ makedepends=('gcc-fortran')
options=('!libtool')
source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz")
install=fftw.install
sha1sums=('3fecc492f576503a6a509d2073bd82b3fe0aef13')
sha1sums=('11a8c31186ff5a7d686a79a3f21b2530888e0dc2')
# notes:
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
@ -36,7 +36,7 @@ build() {
CFLAGS+=" -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math"
CONFIGURE="./configure F77=gfortran --prefix=/usr \
--enable-shared --enable-threads"
--enable-shared --enable-threads --enable-type-prefix"
# build & install double precision
$CONFIGURE