r45004 - /packages/fftw3/trunk/debian/rules

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


Author: jtaylor-guest
Date: Sat Jun  9 16:03:47 2012
New Revision: 45004

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45004
Log:
remove some confusing comments

the broken detection comment probably refers to an old fixed situation where
the autodetection used symbolic instruction names instead of encodings.
This did not work without -maltivec defined.

Modified:
    packages/fftw3/trunk/debian/rules

Modified: packages/fftw3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/rules?rev=45004&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/rules (original)
+++ packages/fftw3/trunk/debian/rules Sat Jun  9 16:03:47 2012
@@ -42,11 +42,8 @@
 	archconfflags_double := --enable-sse2
 endif
 ifeq ($(ARCHITECTURE), powerpc)
-	# altivec detection and compilation broken
 	archconfflags_single := --enable-altivec
 	archconfflags := $(archconfflags) --with-gcc-arch=G5
-	# Disabled (FTBFS, #532340):
-	# CFLAGS += -maltivec
 endif
 ifneq (,$(filter $(ARCHITECTURE), armel armhf))
 	archconfflags_single := --enable-neon




More information about the debian-science-commits mailing list