[getfem] 01/07: Fix FTBFS with gcc-6.

Anton Gladky gladk at moszumanska.debian.org
Tue Aug 9 21:09:32 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 1912bfb63c8fb17fe0a3192c78403bad1e8fe8a9
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Aug 8 23:45:50 2016 +0200

    Fix FTBFS with gcc-6.
---
 debian/patches/06_gcc-6.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/06_gcc-6.patch b/debian/patches/06_gcc-6.patch
new file mode 100644
index 0000000..4c0a846
--- /dev/null
+++ b/debian/patches/06_gcc-6.patch
@@ -0,0 +1,26 @@
+Description: Fix FTBFS with gcc-6
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2016-08-08
+
+--- getfem++-5.0.orig/contrib/bimaterial_crack_test/bimaterial_crack_test.cc
++++ getfem++-5.0/contrib/bimaterial_crack_test/bimaterial_crack_test.cc
+@@ -43,7 +43,7 @@
+ #include "getfem/getfem_interpolated_fem.h"
+ 
+ using std::endl; using std::cout; using std::cerr;
+-using std::ends; using std::cin;
++using std::ends; using std::cin; using std::isnan;
+ 
+ 
+ /* some GetFEM++ types that we will be using */
+--- getfem++-5.0.orig/contrib/bimaterial_crack_test/crack_exact_solution.h
++++ getfem++-5.0/contrib/bimaterial_crack_test/crack_exact_solution.h
+@@ -32,7 +32,7 @@
+ #include "getfem/getfem_mesh_fem_global_function.h"
+ 
+ using std::endl; using std::cout; using std::cerr;
+-using std::ends; using std::cin;
++using std::ends; using std::cin; using std::isnan;
+ 
+ 
+ /* some GetFEM++ types that we will be using */
diff --git a/debian/patches/series b/debian/patches/series
index 1cac985..9928370 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 03_disableXaccess.diff
 04_fix_FTBFS.patch
 05_disable_failing_test.patch
+06_gcc-6.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