Skip to content

Commit

Permalink
Bump Coin-or dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Feb 4, 2020
1 parent 7883c52 commit a5caa9a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
13 changes: 7 additions & 6 deletions Dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Protobuf=3.11.2
gflags=2.2.2
glog=0.4.0
Cbc=2.10.3
CoinUtils=2.11.2
Osi=0.108.4
Clp=1.17.3
Cgl=0.60.2
Protobuf=3.11.2
abseil-cpp=8ba96a8
Cbc=2.10.4
Cgl=0.60.3
Clp=1.17.5
Osi=0.108.6
CoinUtils=2.11.4
10 changes: 5 additions & 5 deletions makefiles/Makefile.third_party.unix.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ GFLAGS_TAG = 2.2.2
GLOG_TAG = 0.4.0
PROTOBUF_TAG = 3.11.2
ABSL_TAG = 8ba96a8
CBC_TAG = 2.10.3
CGL_TAG = 0.60.2
CLP_TAG = 1.17.3
OSI_TAG = 0.108.4
COINUTILS_TAG = 2.11.2
CBC_TAG = 2.10.4
CGL_TAG = 0.60.3
CLP_TAG = 1.17.5
OSI_TAG = 0.108.6
COINUTILS_TAG = 2.11.4
PATCHELF_TAG = 0.10

# Main target.
Expand Down
10 changes: 5 additions & 5 deletions makefiles/Makefile.third_party.win.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ GFLAGS_TAG = 2.2.2
GLOG_TAG = 0.4.0
PROTOBUF_TAG = 3.11.2
ABSL_TAG = 8ba96a8
CBC_TAG = 2.10.3
CGL_TAG = 0.60.2
CLP_TAG = 1.17.3
OSI_TAG = 0.108.4
COINUTILS_TAG = 2.11.2
CBC_TAG = 2.10.4
CGL_TAG = 0.60.3
CLP_TAG = 1.17.5
OSI_TAG = 0.108.6
COINUTILS_TAG = 2.11.4
SWIG_TAG = 4.0.1

# Added in support of clean third party targets
Expand Down

0 comments on commit a5caa9a

Please sign in to comment.