r45001 - 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:38 UTC 2012


Author: jtaylor-guest
Date: Sat Jun  9 16:03:36 2012
New Revision: 45001

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45001
Log:
remove workaround for a transient gcc failure on arm (LP: #841437)

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=45001&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/changelog (original)
+++ packages/fftw3/trunk/debian/changelog Sat Jun  9 16:03:36 2012
@@ -1,3 +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
+
 fftw3 (3.3.2-1) unstable; urgency=low
 
   * Team upload to unstable

Modified: packages/fftw3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/rules?rev=45001&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/rules (original)
+++ packages/fftw3/trunk/debian/rules Sat Jun  9 16:03:36 2012
@@ -69,11 +69,6 @@
 	#
 	# double precision
 	$(SETCFLAGS) ./configure $(archconfflags) $(archconfflags_double)
-ifneq (,$(filter $(ARCHITECTURE), armel armhf))
-	# work around LP: #841437
-	$(MAKE) -C rdft/scalar/r2cf r2cf_64.lo CFLAGS='-g -Wall -O1 -pthread'
-	$(MAKE) -C rdft/scalar/r2cb r2cb_64.lo CFLAGS='-g -Wall -O1 -pthread'
-endif
 	$(MAKE)
 	( cd tests ; $(MAKE) smallcheck )
 	$(MAKE) install DESTDIR=`pwd`/debian/tmp-double




More information about the debian-science-commits mailing list