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

Denis Barbier bouzim at gmail.com
Wed Jul 3 22:23:48 UTC 2013


The following commit has been merged in the debian branch:
commit b210daab6bb78c24aa773c6745cd316e5be78b2a
Author: Denis Barbier <bouzim at gmail.com>
Date:   Tue Jul 2 20:07:00 2013 +0200

    Compile algocobyla.c with -O0 on *-i386 architectures
    
    The previous commit fixed cpp tests, but pyinstallcheck_Cobyla_nonlinear
    also hang.  Closes: #714411

diff --git a/debian/rules b/debian/rules
index 392c6ad..fa92e50 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 -fno-caller-saves
+    cflags += -O0
 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