r44723 - in /packages/fftw3/trunk/debian: changelog rules

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sun Apr 22 14:23:22 UTC 2012


Author: jtaylor-guest
Date: Sun Apr 22 14:23:21 2012
New Revision: 44723

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44723
Log:
enable avx on i386 too

Modified:
    packages/fftw3/trunk/debian/changelog
    packages/fftw3/trunk/debian/rules

Modified: packages/fftw3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/changelog?rev=44723&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/changelog (original)
+++ packages/fftw3/trunk/debian/changelog Sun Apr 22 14:23:21 2012
@@ -1,3 +1,10 @@
+fftw3 (3.3.1-5) unstable; urgency=low
+
+  * Team upload.
+  * enable avx on i386 too
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 22 Apr 2012 14:24:03 +0200
+
 fftw3 (3.3.1-4) experimental; urgency=low
 
   * Team upload.

Modified: packages/fftw3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/rules?rev=44723&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/rules (original)
+++ packages/fftw3/trunk/debian/rules Sun Apr 22 14:23:21 2012
@@ -24,8 +24,8 @@
 else
 	CFLAGS += -O2
 ifeq ($(ARCHITECTURE), i386)
-	archconfflags_single := --enable-sse
-	archconfflags_double := --enable-sse2
+	archconfflags_single := --enable-sse --enable-avx
+	archconfflags_double := --enable-sse2 --enable-avx
 	archconfflags := $(archconfflags) --with-gcc-arch=pentium4
 endif
 ifeq ($(ARCHITECTURE), amd64)




More information about the debian-science-commits mailing list