[SCM] Library for computing Fast Fourier Transforms branch, master, updated. debian/3.3.2-2-1-g1c7602d

Julian Taylor jtaylor.debian at googlemail.com
Sun Jun 10 11:36:48 UTC 2012


The following commit has been merged in the master branch:
commit 1c7602d1c7341441f63bfb2c5b44993efd60c132
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Sun Jun 10 12:03:28 2012 +0200

    disable neon for armel, it has no fpu

diff --git a/debian/changelog b/debian/changelog
index 328e94e..161164b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fftw3 (3.3.2-3) unstable; urgency=low
+
+  * disable neon for armel, it has no fpu
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 10 Jun 2012 12:02:19 +0200
+
 fftw3 (3.3.2-2) unstable; urgency=low
 
   * remove workaround for a transient gcc failure on arm (LP: #841437)
diff --git a/debian/rules b/debian/rules
index 2356e35..130216c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ ifeq ($(ARCHITECTURE), powerpc)
 	archconfflags_single := --enable-altivec
 	archconfflags := $(archconfflags) --with-gcc-arch=G5
 endif
-ifneq (,$(filter $(ARCHITECTURE), armel armhf))
+ifeq ($(ARCHITECTURE), armhf)
 	archconfflags_single := --enable-neon
 endif
 endif

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list