openturns (1.0-4) disable-test-wrapper.patch

Summary

 python/test/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Description: Disable WrapperFile_std test
 It does not work when installing in DESTDIR.
Author: Denis Barbier <bouzim@gmail.com>
Origin: Debian
Forwarded: http://trac.openturns.org/ticket/476
Last-Update: 2012-04-25

Index: openturns/python/test/CMakeLists.txt
===================================================================
--- openturns.orig/python/test/CMakeLists.txt
+++ openturns/python/test/CMakeLists.txt
@@ -140,7 +140,7 @@ ot_pyinstallcheck_test ( HermitianMatrix
 ot_pyinstallcheck_test ( TriangularComplexMatrix_std )
 
 # Func
-ot_pyinstallcheck_test ( WrapperFile_std )
+#DEB#ot_pyinstallcheck_test ( WrapperFile_std ) # Does not work when installing in DESTDIR
 ot_pyinstallcheck_test ( NumericalMathFunction_std )
 ot_pyinstallcheck_test ( NumericalMathFunction_grad )
 ot_pyinstallcheck_test ( NumericalMathFunction_hess )