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

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat Jun 9 16:03:41 UTC 2012


Author: jtaylor-guest
Date: Sat Jun  9 16:03:40 2012
New Revision: 45002

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45002
Log:
enable runtime detected neon extension support on arm and armhf

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=45002&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/changelog (original)
+++ packages/fftw3/trunk/debian/changelog Sat Jun  9 16:03:40 2012
@@ -1,8 +1,9 @@
 fftw3 (3.3.2-2) unstable; urgency=low
 
   * remove workaround for a transient gcc failure on arm (LP: #841437)
-
- -- Julian Taylor <jtaylor.debian at googlemail.com>  Thu, 07 Jun 2012 14:51:33 +0200
+  * enable runtime detected neon extension support on arm and armhf
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Thu, 07 Jun 2012 14:57:36 +0200
 
 fftw3 (3.3.2-1) unstable; urgency=low
 

Modified: packages/fftw3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/rules?rev=45002&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/rules (original)
+++ packages/fftw3/trunk/debian/rules Sat Jun  9 16:03:40 2012
@@ -46,6 +46,9 @@
 	archconfflags := $(archconfflags) --with-gcc-arch=G5
 	# Disabled (FTBFS, #532340):
 	# CFLAGS += -maltivec
+endif
+ifneq (,$(filter $(ARCHITECTURE), armel armhf))
+	archconfflags_single := --enable-neon
 endif
 endif
 




More information about the debian-science-commits mailing list