[SCM] Debian packaging for openturns www.openturns.org branch, debian, updated. debian/1.1-4-1-g86f487d

Denis Barbier bouzim at gmail.com
Sat Jun 29 22:13:21 UTC 2013


The following commit has been merged in the debian branch:
commit 86f487d22217dea8cff8b50b7d4a0fef7924c735
Author: Denis Barbier <bouzim at gmail.com>
Date:   Sun Jun 30 00:03:34 2013 +0200

    Compile algocobyla.c with -fno-caller-saves
    
    algocobyla.c is again miscompiled with gcc 4.8.1 on kfreebsd-i386 and
    hurd-i386, cppcheck_TrapezoidalFactory_std and cppcheck_WhittleFactory_std
    hang.
    Compile with -fno-caller-saves to avoid these problems.
    Closes: #714411

diff --git a/debian/rules b/debian/rules
index 2347965..392c6ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ 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 += -fno-cse-follow-jumps
+    cflags += -fno-cse-follow-jumps -fno-caller-saves
 endif
 ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 amd64 ia64))
     with_tbb := -DUSE_TBB:BOOL=ON

-- 
Debian packaging for openturns www.openturns.org



More information about the debian-science-commits mailing list