[med-svn] [libmems] 05/09: yet another try to correct these patches
Gert Wollny
gert-guest at moszumanska.debian.org
Mon Aug 17 10:05:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository libmems.
commit f9a02e6bbbf3550308acc545b173e76cfb8f2b0d
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Mon Aug 17 11:18:27 2015 +0200
yet another try to correct these patches
---
debian/patches/04_make_code_cxx11_save.patch | 41 ++++++----------------------
1 file changed, 8 insertions(+), 33 deletions(-)
diff --git a/debian/patches/04_make_code_cxx11_save.patch b/debian/patches/04_make_code_cxx11_save.patch
index a6fa1b1..465519b 100644
--- a/debian/patches/04_make_code_cxx11_save.patch
+++ b/debian/patches/04_make_code_cxx11_save.patch
@@ -1,38 +1,13 @@
-diff --git a/debian/patches/04_make_code_cxx11_save.patch b/debian/patches/04_make_code_cxx11_save.patch
-index a47841a..e69de29 100644
---- a/debian/patches/04_make_code_cxx11_save.patch
-+++ b/debian/patches/04_make_code_cxx11_save.patch
-@@ -1,20 +0,0 @@
--Description: Make the code compile with c++11 flag on
-- C++11 provides std::make_tuple which conflicts with boost::make_tuple
-- This patch makes sure that everything boost is used.
-- .
--Author: Gert Wollny <gw.fossdev at gmail.com>
--
--Forwarded: no
--Last-Update: 2015-08-17
--
----- libmems-1.6.0+4725.orig/libMems/ProgressiveAligner.cpp
--+++ libmems-1.6.0+4725/libMems/ProgressiveAligner.cpp
--@@ -1599,7 +1599,7 @@ void ProgressiveAligner::constructLcbTra
-- 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::make_tuple(c.Copy(), &bs[mI], ancestral_matches[mI]));
-- }
--
-- stack<node_id_t> node_stack;
diff --git a/libMems/ProgressiveAligner.cpp b/libMems/ProgressiveAligner.cpp
index 50381c5..443ab08 100644
--- a/libMems/ProgressiveAligner.cpp
+++ b/libMems/ProgressiveAligner.cpp
@@ -1599,7 +1599,7 @@ void ProgressiveAligner::constructLcbTrackingMatches(
- 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::make_tuple(c.Copy(), &bs[mI], ancestral_matches[mI]));
- }
-
- stack<node_id_t> node_stack;
+ 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::make_tuple(c.Copy(), &bs[mI], ancestral_matches[mI]));
+ }
+
+ stack<node_id_t> node_stack;
--
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