[openturns] 05/10: Fix test failure on *-i386

Denis Barbier barbier at moszumanska.debian.org
Wed Aug 23 09:04:22 UTC 2017


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

barbier pushed a commit to branch debian
in repository openturns.

commit 91785aaf5ab53ab25deb74ba2a9063e73e01e50a
Author: Denis Barbier <bouzim at gmail.com>
Date:   Tue Aug 22 21:43:27 2017 +0200

    Fix test failure on *-i386
    
    Closes: #871505
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 36517bb..346e131 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,8 @@ ifeq ($(shell dpkg --print-architecture),armhf)
     fflags := $(subst -O2,-O1,$(fflags))
 endif
 ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 kfreebsd-i386 hurd-i386))
-    cflags += -O0
+    cflags += -O0 -ffloat-store
+    cxxflags += -ffloat-store
 endif
 ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 amd64 ia64))
     with_tbb := -DUSE_TBB:BOOL=ON

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



More information about the debian-science-commits mailing list