[SCM] OCE packaging branch, debian, updated. debian/0.12-2

Denis Barbier bouzim at gmail.com
Wed Jul 10 21:45:48 UTC 2013


The following commit has been merged in the debian branch:
commit 1560037f7a4689aa229a8243b3496abe13f270d4
Author: Denis Barbier <bouzim at gmail.com>
Date:   Fri Jun 14 21:35:42 2013 +0200

    Set DART_TESTING_TIMEOUT to 3600 in debian/rules
    
    OCE 0.12-1 failed to build on mips because BRepMeshTestSuite.testMeshTorus
    took too long.  Default timeout is 1500, this test takes about 10x
    BRepMeshTestSuite.testMeshSphere and thus 1800 should be enough, but
    set it to 3600 to be safe.

diff --git a/debian/rules b/debian/rules
index 474dbb0..3af1e38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,8 @@ override_dh_auto_configure:
         -DCMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING='$(LDFLAGS)' \
         -DOCE_MULTITHREAD_LIBRARY:STRING=NONE \
         -DOCE_WITH_FREEIMAGE:BOOL=ON \
-        -DOCE_WITH_GL2PS:BOOL=ON
+        -DOCE_WITH_GL2PS:BOOL=ON \
+        -DDART_TESTING_TIMEOUT:STRING='3600'
 
 override_dh_auto_install:
 	dh_auto_install

-- 
OCE packaging



More information about the debian-science-commits mailing list