[SCM] Debian packaging for openturns www.openturns.org branch, debian, updated. debian/1.1-1-7-g60c11be
Denis Barbier
bouzim at gmail.com
Tue Feb 5 00:18:57 UTC 2013
The following commit has been merged in the debian branch:
commit b142ae6fd01ce3e2fa30c2ef07b90f61bf1457ae
Author: Denis Barbier <bouzim at gmail.com>
Date: Mon Feb 4 12:46:32 2013 +0100
New patch: debian/patches/tests-disable-timing.patch
Disable test timing. Tests are much slower on Hurd and
package FTBFS because of these timings.
diff --git a/debian/patches/series b/debian/patches/series
index cd5b9b1..ef6d98f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
debian-soname.patch
fix-bigendian.patch
add-missing-header-file.patch
+tests-disable-timing.patch
diff --git a/debian/patches/tests-disable-timing.patch b/debian/patches/tests-disable-timing.patch
new file mode 100644
index 0000000..d295897
--- /dev/null
+++ b/debian/patches/tests-disable-timing.patch
@@ -0,0 +1,21 @@
+Description: Disable test timing.
+ Tests are much slower on Hurd and package FTBFS because of these timings.
+Author: Denis Barbier
+Origin: Debian
+Forwarded: http://trac.openturns.org/ticket/600
+Last-Update: 2013-02-02
+
+Index: openturns/python/test/t_coupling_tools.py
+===================================================================
+--- openturns.orig/python/test/t_coupling_tools.py
++++ openturns/python/test/t_coupling_tools.py
+@@ -13,7 +13,8 @@ parsed = '# ooo\nE=1.6\nE1=1.6\nFE1=5#oo
+ # how many Mo for perf file
+ #howbig = 3024
+ howbig = 256
+-max_time = divmod(howbig, 5)[0]
++# Disable test timing
++max_time = sys.maxint
+
+
+ def create_template():
--
Debian packaging for openturns www.openturns.org
More information about the debian-science-commits
mailing list