[arch-commits] Commit in fftw/trunk (PKGBUILD)

Ronald van Haren ronald at nymeria.archlinux.org
Mon Mar 31 20:15:36 UTC 2014


    Date: Monday, March 31, 2014 @ 22:15:36
  Author: ronald
Revision: 209662

upgpkg: fftw 3.3.4-1

update to 3.3.4; enable openmp FS#32103; enable avx FS#33690

Modified:
  fftw/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-31 19:35:37 UTC (rev 209661)
+++ PKGBUILD	2014-03-31 20:15:36 UTC (rev 209662)
@@ -3,17 +3,17 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=fftw
-pkgver=3.3.3
-pkgrel=2
+pkgver=3.3.4
+pkgrel=1
 pkgdesc="A library for computing the discrete Fourier transform (DFT)"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.fftw.org/"
-depends=('glibc' 'bash')
+depends=('bash' 'gcc-libs')
 makedepends=('gcc-fortran')
 source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz")
 install=fftw.install
-sha1sums=('11487180928d05746d431ebe7a176b52fe205cf9')
+sha1sums=('fd508bac8ac13b3a46152c54b7ac885b69734262')
 
 # notes:
 # http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
@@ -33,11 +33,12 @@
   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-openmp"
 
   # build double precision
   cd ${srcdir}/${pkgname}-${pkgver}-double
-  $CONFIGURE --enable-sse2
+  $CONFIGURE --enable-sse2 --enable-avx
   make
 
   # build & install long double precission
@@ -47,7 +48,7 @@
 
   # build & install single precision
   cd ${srcdir}/${pkgname}-${pkgver}-single
-  $CONFIGURE --enable-float --enable-sse
+  $CONFIGURE --enable-float --enable-sse --enable-avx
   make
 }
 




More information about the arch-commits mailing list