Date: Sunday, May 20, 2012 @ 06:35:16 Author: ronald Revision: 159276
upgpkg: fftw 3.3.2-1 update to 3.3.2 Modified: fftw/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-05-20 10:17:15 UTC (rev 159275) +++ PKGBUILD 2012-05-20 10:35:16 UTC (rev 159276) @@ -3,7 +3,7 @@ # Contributor: damir <[email protected]> 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') @@ -14,7 +14,7 @@ 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 @@ -29,7 +29,7 @@ CFLAGS+=" -O3 -fomit-frame-pointer -malign-double -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 --enable-sse2
