[coinor-cbc] 01/02: Rename variable which is causing FTBFSs in mips* archs.

Anton Gladky gladk at moszumanska.debian.org
Tue Jun 6 19:17:00 UTC 2017


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

gladk pushed a commit to branch experimental
in repository coinor-cbc.

commit 0b158f8e651fd3180960f767b553051c1dbc238d
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Jun 6 21:14:49 2017 +0200

    Rename variable which is causing FTBFSs in mips* archs.
---
 debian/patches/10_rename_mips_variable.patch | 17 +++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/10_rename_mips_variable.patch b/debian/patches/10_rename_mips_variable.patch
new file mode 100644
index 0000000..81b497c
--- /dev/null
+++ b/debian/patches/10_rename_mips_variable.patch
@@ -0,0 +1,17 @@
+Description: Rename variable which is causing FTBFSs in mips* archs.
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2017-06-06
+
+--- coinor-cbc-2.9.8+repack1.orig/src/CbcModel.hpp
++++ coinor-cbc-2.9.8+repack1/src/CbcModel.hpp
+@@ -2394,8 +2394,8 @@ public:
+     void redoWalkBack();
+     //@}
+     
+-    void setMIPStart( const std::vector< std::pair< std::string, double > > &mips ) {
+-       this->mipStart_ = mips;
++    void setMIPStart( const std::vector< std::pair< std::string, double > > &MIPS ) {
++       this->mipStart_ = MIPS;
+     }
+ 
+     const std::vector< std::pair< std::string, double > > &getMIPStart() {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3bb60b8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+10_rename_mips_variable.patch

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



More information about the debian-science-commits mailing list