[fftw3] 01/01: disable neon support on arm64, crashes currently available gcc 4.8.2

Julian Taylor jtaylor.debian at googlemail.com
Sun Apr 6 20:09:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

jtaylor-guest pushed a commit to branch master
in repository fftw3.

commit 89106fb08ed2194f79a3fae9cda7735861df6b53
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Sun Apr 6 21:44:53 2014 +0200

    disable neon support on arm64, crashes currently available gcc 4.8.2
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 38e4d9f..23b2494 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ fftw3 (3.3.4-1) unstable; urgency=medium
   * Bump to standards 3.9.5, no changes required
   * suggest libfftw3-doc in -dev packages (Closes: #735541)
   * increase debian/compat to 9 and make -dbg package Multi-Arch: same
+  * disable neon support on arm64, crashes currently available gcc 4.8.2
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 16 Mar 2014 15:59:47 +0100
 
diff --git a/debian/rules b/debian/rules
index 7ed2558..028eab2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ endif
 ifeq ($(ARCHITECTURE), powerpc)
 	archconfflags_single := --enable-altivec
 endif
-ifneq (,$(filter $(ARCHITECTURE), armhf arm64))
+ifneq (,$(filter $(ARCHITECTURE), armhf))
 	archconfflags_single := --enable-neon
 endif
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fftw3.git



More information about the debian-science-commits mailing list