r44831 - /packages/openturns/trunk/debian/rules

barbier-guest at users.alioth.debian.org barbier-guest at users.alioth.debian.org
Fri May 18 18:31:29 UTC 2012


Author: barbier-guest
Date: Fri May 18 18:31:28 2012
New Revision: 44831

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44831
Log:
Also add -fno-cse-follow-jumps to CFLAGS on kfreebsd-i386

Otherwise TrapezoidalFactory test hangs as on i386.

Modified:
    packages/openturns/trunk/debian/rules

Modified: packages/openturns/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/rules?rev=44831&op=diff
==============================================================================
--- packages/openturns/trunk/debian/rules (original)
+++ packages/openturns/trunk/debian/rules Fri May 18 18:31:28 2012
@@ -26,7 +26,7 @@
     cxxflags := $(subst -O2,-O1,$(cxxflags))
     fflags := $(subst -O2,-O1,$(fflags))
 endif
-ifeq ($(shell dpkg --print-architecture),i386)
+ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 kfreebsd-i386))
     cflags += -fno-cse-follow-jumps
 endif
 ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 amd64 ia64))




More information about the debian-science-commits mailing list