[SCM] Library for computing Fast Fourier Transforms branch, master, updated. debian/3.3.2-3-27-ge30cfab

Julian Taylor jtaylor.debian at googlemail.com
Thu Dec 6 20:21:33 UTC 2012


The following commit has been merged in the master branch:
commit 12f7b44575ea0e9416aaefa7cbf6e28227e0bdfb
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Wed Dec 5 20:56:34 2012 +0100

    reenable sse and avx on x86, accidentally disabled during development

diff --git a/debian/rules b/debian/rules
index c58fcee..b908184 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,8 +42,8 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 else
 	CFLAGS += -O2
 ifneq (,$(filter $(ARCHITECTURE), i386 amd64))
-	archconfflags_single := 
-	archconfflags_double := 
+	archconfflags_single := --enable-sse --enable-avx
+	archconfflags_double := --enable-sse2 --enable-avx
 endif
 # no avx support in debian yet see #674760
 ifneq (,$(filter $(ARCHITECTURE), kfreebsd-i386 kfreebsd-amd64))

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list