[getfem] 04/12: Refresh patches.

Anton Gladky gladk at moszumanska.debian.org
Sun Apr 17 09:05:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository getfem.

commit 7c602ecdf7b0549e9cd735464a9f2d76f93201fd
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Apr 16 23:36:44 2016 +0200

    Refresh patches.
---
 debian/patches/02_addgetfempath.diff         |  6 ++--
 debian/patches/03_disableXaccess.diff        | 10 +++---
 debian/patches/04_fix_FTBFS.patch            | 10 +++---
 debian/patches/05_disable_failing_test.patch | 46 ++++++++++++++++++++++++++++
 debian/patches/series                        |  1 +
 5 files changed, 60 insertions(+), 13 deletions(-)

diff --git a/debian/patches/02_addgetfempath.diff b/debian/patches/02_addgetfempath.diff
index 32131bc..3affea9 100644
--- a/debian/patches/02_addgetfempath.diff
+++ b/debian/patches/02_addgetfempath.diff
@@ -1,8 +1,8 @@
 Description: _addgetfempath.diff
-Index: getfem/interface/src/scilab/etc/sci_getfem.start
+Index: getfem++-5.0+dfsg1/interface/src/scilab/etc/sci_getfem.start
 ===================================================================
---- getfem.orig/interface/src/scilab/etc/sci_getfem.start
-+++ getfem/interface/src/scilab/etc/sci_getfem.start
+--- getfem++-5.0+dfsg1.orig/interface/src/scilab/etc/sci_getfem.start
++++ getfem++-5.0+dfsg1/interface/src/scilab/etc/sci_getfem.start
 @@ -15,6 +15,11 @@ etc_tlbx  = get_absolute_file_path("sci_
  etc_tlbx  = getshortpathname(etc_tlbx);
  root_tlbx = strncpy( etc_tlbx, length(etc_tlbx)-length("\etc\") );
diff --git a/debian/patches/03_disableXaccess.diff b/debian/patches/03_disableXaccess.diff
index 303440e..91d3098 100644
--- a/debian/patches/03_disableXaccess.diff
+++ b/debian/patches/03_disableXaccess.diff
@@ -1,9 +1,9 @@
 Description: _disableXaccess.diff
-Index: getfem/interface/src/scilab/Makefile.am
+Index: getfem++-5.0+dfsg1/interface/src/scilab/Makefile.am
 ===================================================================
---- getfem.orig/interface/src/scilab/Makefile.am
-+++ getfem/interface/src/scilab/Makefile.am
-@@ -394,7 +394,7 @@ EXTRA_DIST=builddoc.sce \
+--- getfem++-5.0+dfsg1.orig/interface/src/scilab/Makefile.am
++++ getfem++-5.0+dfsg1/interface/src/scilab/Makefile.am
+@@ -386,7 +386,7 @@ EXTRA_DIST=builddoc.sce \
  .NOTPARALLEL: *
  
  all:
@@ -12,7 +12,7 @@ Index: getfem/interface/src/scilab/Makefile.am
  
  install:
  	$(mkinstalldirs) $(toolboxdir)/demos
-@@ -465,4 +465,4 @@ install:
+@@ -457,4 +457,4 @@ install:
  	@INSTALL@ -D -m 644 -t $(toolboxdir)/ $(scilabbasedir)
  
  clean:
diff --git a/debian/patches/04_fix_FTBFS.patch b/debian/patches/04_fix_FTBFS.patch
index 6b9ca59..c9c2289 100644
--- a/debian/patches/04_fix_FTBFS.patch
+++ b/debian/patches/04_fix_FTBFS.patch
@@ -1,12 +1,12 @@
 Description: Fix FTBFS
 Author: Anton Gladky <gladk at debian.org>
-Last-Update: <2014-05-01>
+Last-Update: <2016-04-15>
 
-Index: getfem/interface/src/gf_asm.cc
+Index: getfem++-5.0+dfsg1/interface/src/gf_asm.cc
 ===================================================================
---- getfem.orig/interface/src/gf_asm.cc
-+++ getfem/interface/src/gf_asm.cc
-@@ -216,7 +216,7 @@ void asm_stabilization_patch_matrix
+--- getfem++-5.0+dfsg1.orig/interface/src/gf_asm.cc
++++ getfem++-5.0+dfsg1/interface/src/gf_asm.cc
+@@ -219,7 +219,7 @@ void asm_stabilization_patch_matrix
  
    int nparts = 1;
  #ifdef GETFEM_HAVE_METIS
diff --git a/debian/patches/05_disable_failing_test.patch b/debian/patches/05_disable_failing_test.patch
new file mode 100644
index 0000000..31843e2
--- /dev/null
+++ b/debian/patches/05_disable_failing_test.patch
@@ -0,0 +1,46 @@
+Description: Disable two failing tests
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2016-04-15
+
+Index: getfem++-5.0+dfsg1/tests/Makefile.am
+===================================================================
+--- getfem++-5.0+dfsg1.orig/tests/Makefile.am
++++ getfem++-5.0+dfsg1/tests/Makefile.am
+@@ -128,7 +128,6 @@ TESTS = \
+ 	nonlinear_elastostatic.pl     \
+ 	nonlinear_membrane.pl         \
+ 	test_continuation.pl   	      \
+-        plasticity.pl                 \
+ 	helmholtz.pl                  \
+ 	schwarz_additive.pl           \
+ 	bilaplacian.pl    	      \
+@@ -181,8 +180,6 @@ EXTRA_DIST =
+ 	nonlinear_elastostatic.pl          			\
+ 	nonlinear_membrane.pl              			\
+ 	nonlinear_membrane.param           			\
+-	plasticity.pl                      			\
+-	plasticity.param                      			\
+ 	nonlinear_elastostatic.param       			\
+ 	test_interpolated_fem.param        			\
+ 	test_gmm_matrix_functions.pl              		\
+Index: getfem++-5.0+dfsg1/contrib/Makefile.am
+===================================================================
+--- getfem++-5.0+dfsg1.orig/contrib/Makefile.am
++++ getfem++-5.0+dfsg1/contrib/Makefile.am
+@@ -1,3 +1,3 @@
+ SUBDIRS = icare delaminated_crack aposteriori xfem_stab_unilat_contact      \
+ 	  bimaterial_crack_test mixed_elastostatic xfem_contact crack_plate \
+-	  inter_element_test static_contact_gears level_set_contact
++	  inter_element_test static_contact_gears
+Index: getfem++-5.0+dfsg1/contrib/xfem_contact/xfem_dirichlet.cc
+===================================================================
+--- getfem++-5.0+dfsg1.orig/contrib/xfem_contact/xfem_dirichlet.cc
++++ getfem++-5.0+dfsg1/contrib/xfem_contact/xfem_dirichlet.cc
+@@ -32,7 +32,6 @@
+ #include "getfem/getfem_model_solvers.h"
+ #include "getfem/getfem_mesh_im_level_set.h"
+ #include "getfem/getfem_partial_mesh_fem.h"
+-#include "getfem/getfem_Coulomb_friction.h"
+ #include "getfem/getfem_import.h"
+ #include "getfem/getfem_inter_element.h"
+ #include "gmm/gmm.h"
diff --git a/debian/patches/series b/debian/patches/series
index 4e3e6b1..1cac985 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 02_addgetfempath.diff
 03_disableXaccess.diff
 04_fix_FTBFS.patch
+05_disable_failing_test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getfem.git



More information about the debian-science-commits mailing list