r44907 - /packages/openturns/trunk/debian/rules
barbier-guest at users.alioth.debian.org
barbier-guest at users.alioth.debian.org
Fri May 25 19:17:30 UTC 2012
Author: barbier-guest
Date: Fri May 25 19:17:30 2012
New Revision: 44907
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44907
Log:
Also add -fno-cse-follow-jumps to CFLAGS on hurd-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=44907&op=diff
==============================================================================
--- packages/openturns/trunk/debian/rules (original)
+++ packages/openturns/trunk/debian/rules Fri May 25 19:17:30 2012
@@ -26,7 +26,7 @@
cxxflags := $(subst -O2,-O1,$(cxxflags))
fflags := $(subst -O2,-O1,$(fflags))
endif
-ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 kfreebsd-i386))
+ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 kfreebsd-i386 hurd-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