[med-svn] [libmems] 01/03: d/p/05: Add patch to fix compilation with g++-6, Closes: #811870
Gert Wollny
gert-guest at moszumanska.debian.org
Thu Jun 30 13:53:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository libmems.
commit a2343648e452f00d06bcd3860af75b94dd1d0620
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Thu Jun 30 13:20:02 2016 +0000
d/p/05: Add patch to fix compilation with g++-6, Closes: #811870
---
debian/patches/05_gcc-6.patch | 11 +++++++++++
debian/patches/series | 1 +
2 files changed, 12 insertions(+)
diff --git a/debian/patches/05_gcc-6.patch b/debian/patches/05_gcc-6.patch
new file mode 100644
index 0000000..287a6d7
--- /dev/null
+++ b/debian/patches/05_gcc-6.patch
@@ -0,0 +1,11 @@
+--- a/libMems/ProgressiveAligner.cpp
++++ b/libMems/ProgressiveAligner.cpp
+@@ -1599,7 +1599,7 @@
+ c.SetLeftEnd(child_1, ancestral_matches[mI]->LeftEnd(1));
+ c.SetOrientation(child_1, ancestral_matches[mI]->Orientation(1));
+ c.SetLength(ancestral_matches[mI]->Length(1), child_1);
+- cga_list.push_back(make_tuple(c.Copy(), &bs[mI], ancestral_matches[mI]));
++ cga_list.push_back(boost::tuples::make_tuple(c.Copy(), &bs[mI], ancestral_matches[mI]));
+ }
+
+ stack<node_id_t> node_stack;
diff --git a/debian/patches/series b/debian/patches/series
index 3e69023..c309431 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
pkg-config-directive.patch
03_update_boost_m4_to_git_d9ff75.patch
04_add_dependend_libs_to_link_command.patch
+05_gcc-6.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libmems.git
More information about the debian-med-commit
mailing list