[fftw3] 05/06: Enable --with-slow-timer for ARM hf and 64 platforms

Steffen Möller moeller at moszumanska.debian.org
Wed May 10 20:55:46 UTC 2017


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

moeller pushed a commit to branch master
in repository fftw3.

commit 20ebb730db9abeaf74145d6beb8035800fb2c05f
Author: Steffen Moeller <moeller at debian.org>
Date:   Wed May 10 22:21:52 2017 +0200

    Enable --with-slow-timer for ARM hf and 64 platforms
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 34b0b7d..36975e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 fftw3 (3.3.6p2-1) unstable; urgency=medium
 
   * Support NEON also for arm64 platform
+  * ARM targets have --with-slow-timer enabled to avoid difficulties with
+    erratic timers for planning and self-optimisation
   * Extend debian/watch to also recognize patchlevels
 
  -- Steffen Moeller <moeller at debian.org>  Wed, 10 May 2017 20:56:15 +0200
diff --git a/debian/rules b/debian/rules
index 1316512..918e744 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ ifeq ($(ARCHITECTURE), powerpc)
 	archconfflags_single := --enable-altivec
 endif
 ifneq (,$(filter $(ARCHITECTURE), armhf arm64))
-	archconfflags_single := --enable-neon
+	archconfflags_single := --enable-neon --with-slow-timer
 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