aboutsummaryrefslogtreecommitdiff
path: root/ports/cgl/fix-c1083-error.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2019-08-27 14:51:29 -0700
committerCurtis J Bezault <curtbezault@gmail.com>2019-08-27 14:51:29 -0700
commitdd8880cdd0bbdf7f39df442ce00fff1602a714fb (patch)
tree994e0264d0dfaff03e8f372b4b8486fab5c50aec /ports/cgl/fix-c1083-error.patch
parent24049959f2428f27c41dd08848f92c9775a8b77e (diff)
downloadvcpkg-dd8880cdd0bbdf7f39df442ce00fff1602a714fb.tar.gz
vcpkg-dd8880cdd0bbdf7f39df442ce00fff1602a714fb.zip
[cgl] Add new port (#7810)
Diffstat (limited to 'ports/cgl/fix-c1083-error.patch')
-rw-r--r--ports/cgl/fix-c1083-error.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/ports/cgl/fix-c1083-error.patch b/ports/cgl/fix-c1083-error.patch
new file mode 100644
index 000000000..bc5b62a00
--- /dev/null
+++ b/ports/cgl/fix-c1083-error.patch
@@ -0,0 +1,30 @@
+diff --git a/Cgl/src/CglLandP/CglLandP.cpp b/Cgl/src/CglLandP/CglLandP.cpp
+index 2676790..af90a6e 100644
+--- a/Cgl/src/CglLandP/CglLandP.cpp
++++ b/Cgl/src/CglLandP/CglLandP.cpp
+@@ -22,7 +22,7 @@
+ #define CLONE_SI //Solver is cloned between two cuts
+
+ #include "CoinTime.hpp"
+-#include "CglGomory.hpp"
++#include "CglGomory/CglGomory.hpp"
+ #include "CoinFactorization.hpp"
+ #include <fstream>
+ namespace LAP
+diff --git a/Cgl/src/CglPreProcess/CglPreProcess.cpp b/Cgl/src/CglPreProcess/CglPreProcess.cpp
+index 17cf372..8cb738f 100644
+--- a/Cgl/src/CglPreProcess/CglPreProcess.cpp
++++ b/Cgl/src/CglPreProcess/CglPreProcess.cpp
+@@ -24,9 +24,9 @@
+ #include "CoinHelperFunctions.hpp"
+ #include "CoinWarmStartBasis.hpp"
+
+-#include "CglProbing.hpp"
+-#include "CglDuplicateRow.hpp"
+-#include "CglClique.hpp"
++#include "CglProbing/CglProbing.hpp"
++#include "CglDuplicateRow/CglDuplicateRow.hpp"
++#include "CglClique/CglClique.hpp"
+ //#define PRINT_DEBUG 1
+ //#define COIN_DEVELOP 1
+ #ifdef COIN_DEVELOP