r45003 - 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:45 UTC 2012


Author: jtaylor-guest
Date: Sat Jun  9 16:03:44 2012
New Revision: 45003

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45003
Log:
enable sse extensions for kfreebsd, avx not supported yet

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=45003&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/changelog (original)
+++ packages/fftw3/trunk/debian/changelog Sat Jun  9 16:03:44 2012
@@ -2,8 +2,9 @@
 
   * remove workaround for a transient gcc failure on arm (LP: #841437)
   * 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
+  * enable sse extensions for kfreebsd, avx not supported yet
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 09 Jun 2012 17:41:50 +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=45003&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/rules (original)
+++ packages/fftw3/trunk/debian/rules Sat Jun  9 16:03:44 2012
@@ -36,9 +36,10 @@
 	archconfflags_single := --enable-sse --enable-avx
 	archconfflags_double := --enable-sse2 --enable-avx
 endif
-ifeq ($(ARCHITECTURE), m68k)
-	#CFLAGS='-g -Wall -O0'
-	#archconfflags :=
+# no avx support in debian yet see #674760
+ifneq (,$(filter $(ARCHITECTURE), kfreebsd-i386 kfreebsd-amd64))
+	archconfflags_single := --enable-sse
+	archconfflags_double := --enable-sse2
 endif
 ifeq ($(ARCHITECTURE), powerpc)
 	# altivec detection and compilation broken




More information about the debian-science-commits mailing list