[SCM] Packaging for getfem++ branch, experimental, updated. debian/4.2-1_exp1-11-g7d43327
Anton Gladky
gladky.anton at gmail.com
Sun Feb 3 16:10:52 UTC 2013
The following commit has been merged in the experimental branch:
commit 8c5a0efd6a40b389616b4db7b507ed3efc8342ff
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Sun Feb 3 13:39:26 2013 +0100
Disable tests, which are unreliable on some platforms.
diff --git a/debian/patches/disable_some_tests.patch b/debian/patches/disable_some_tests.patch
new file mode 100644
index 0000000..0b86973
--- /dev/null
+++ b/debian/patches/disable_some_tests.patch
@@ -0,0 +1,100 @@
+Description: disable tests, which are unreliable on some platforms.
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2013-02-03
+
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -28,7 +28,6 @@
+ test_range_basis \
+ laplacian \
+ laplacian_with_bricks \
+- elastostatic \
+ stokes \
+ helmholtz \
+ plate \
+@@ -39,11 +38,8 @@
+ plasticity \
+ plasticity_old_brick \
+ dynamic_friction \
+- bilaplacian \
+- heat_equation \
+ wave_equation \
+ cyl_slicer \
+- test_large_sliding_contact \
+ test_continuation
+
+ CLEANFILES = \
+@@ -70,7 +66,6 @@
+ laplacian_with_bricks_SOURCES = laplacian_with_bricks.cc
+ plate_SOURCES = plate.cc
+ test_interpolation_SOURCES = test_interpolation.cc
+-elastostatic_SOURCES = elastostatic.cc
+ stokes_SOURCES = stokes.cc
+ nonlinear_elastostatic_SOURCES = nonlinear_elastostatic.cc
+ nonlinear_membrane_SOURCES = nonlinear_membrane.cc
+@@ -95,12 +90,9 @@
+ crack_SOURCES = crack.cc
+ endif
+ dynamic_friction_SOURCES = dynamic_friction.cc
+-bilaplacian_SOURCES = bilaplacian.cc
+-heat_equation_SOURCES = heat_equation.cc
+ wave_equation_SOURCES = wave_equation.cc
+ cyl_slicer_SOURCES = cyl_slicer.cc
+ test_continuation_SOURCES = test_continuation.cc
+-test_large_sliding_contact_SOURCES = test_large_sliding_contact.cc
+
+
+ SUPLDFLAGS = @SUPLDFLAGS@
+@@ -128,7 +120,6 @@
+ $(top_srcdir)/tests/test_range_basis.pl \
+ $(top_srcdir)/tests/laplacian.pl \
+ $(top_srcdir)/tests/laplacian_with_bricks.pl \
+- $(top_srcdir)/tests/elastostatic.pl \
+ $(top_srcdir)/tests/stokes.pl \
+ $(top_srcdir)/tests/plate.pl \
+ $(optpl) \
+@@ -139,10 +130,7 @@
+ $(top_srcdir)/tests/plasticity_old_brick.pl \
+ $(top_srcdir)/tests/helmholtz.pl \
+ $(top_srcdir)/tests/schwarz_additive.pl \
+- $(top_srcdir)/tests/bilaplacian.pl \
+- $(top_srcdir)/tests/heat_equation.pl \
+ $(top_srcdir)/tests/wave_equation.pl \
+- $(top_srcdir)/tests/test_large_sliding_contact.pl \
+ $(top_srcdir)/tests/cyl_slicer.pl \
+ $(top_srcdir)/tests/make_gmm_test.pl
+
+@@ -156,7 +144,6 @@
+ test_assembly.pl \
+ laplacian.pl \
+ laplacian_with_bricks.pl \
+- elastostatic.pl \
+ stokes.pl \
+ helmholtz.pl \
+ integration.pl \
+@@ -176,13 +163,10 @@
+ laplacian_with_bricks.param \
+ test_range_basis.param \
+ test_range_basis.pl \
+- bilaplacian.param \
+- bilaplacian.pl \
+ plate.param \
+ plate.pl \
+ schwarz_additive.pl \
+ schwarz_additive.param \
+- elastostatic.param \
+ stokes.param \
+ nonlinear_elastostatic.pl \
+ nonlinear_membrane.pl \
+@@ -196,11 +180,7 @@
+ plasticity_old_brick.param \
+ nonlinear_elastostatic.param \
+ test_interpolated_fem.param \
+- test_large_sliding_contact.pl \
+- test_large_sliding_contact.param \
+ geo_trans_inv.param \
+- heat_equation.pl \
+- heat_equation.param \
+ wave_equation.pl \
+ wave_equation.param \
+ cyl_slicer.pl \
diff --git a/debian/patches/series b/debian/patches/series
index 7cd27c0..901ea32 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ fix_mumps_error.patch
stream_redirect.diff
respect_nometis_flag.patch
+disable_some_tests.patch
--
Packaging for getfem++
More information about the debian-science-commits
mailing list