Skip to content

Commit afe7980

Browse files
committed
dependencies: Bump COIN-OR solvers
1 parent 4517c78 commit afe7980

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

Dependencies.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ abseil-cpp=20240722.0
33
Protobuf=v29.0
44
Eigen=3.4.0
55
Re2=2024-04-01
6-
CoinUtils=2.11.6
7-
Osi=0.108.7
8-
Clp=1.17.7
9-
Cgl=0.60.5
10-
Cbc=2.10.7
6+
CoinUtils=2.11.12
7+
Osi=0.108.11
8+
Clp=1.17.10
9+
Cgl=0.60.9
10+
Cbc=2.10.12
1111
GLPK=5.0
1212
HiGHS=v1.8.1
1313
Scip=v920

cmake/dependencies/CMakeLists.txt

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@ if(BUILD_CoinUtils)
305305
FetchContent_Declare(
306306
CoinUtils
307307
GIT_REPOSITORY "https://github.com/Mizux/CoinUtils.git"
308-
GIT_TAG "stable/2.11"
309-
#GIT_TAG "cmake/2.11.6"
308+
GIT_TAG "cmake/2.11.12"
310309
GIT_SHALLOW TRUE
311310
PATCH_COMMAND git apply --ignore-whitespace
312311
"${CMAKE_CURRENT_LIST_DIR}/../../patches/coinutils-2.11.patch")
@@ -324,8 +323,7 @@ if(BUILD_Osi)
324323
FetchContent_Declare(
325324
Osi
326325
GIT_REPOSITORY "https://github.com/Mizux/Osi.git"
327-
GIT_TAG "stable/0.108"
328-
#GIT_TAG "cmake/0.108.7"
326+
GIT_TAG "cmake/0.108.11"
329327
GIT_SHALLOW TRUE
330328
PATCH_COMMAND git apply --ignore-whitespace
331329
"${CMAKE_CURRENT_LIST_DIR}/../../patches/osi-0.108.patch")
@@ -343,8 +341,7 @@ if(BUILD_Clp)
343341
FetchContent_Declare(
344342
Clp
345343
GIT_REPOSITORY "https://github.com/Mizux/Clp.git"
346-
GIT_TAG "stable/1.17"
347-
#GIT_TAG "cmake/1.17.7"
344+
GIT_TAG "cmake/1.17.10"
348345
GIT_SHALLOW TRUE
349346
PATCH_COMMAND git apply --ignore-whitespace
350347
"${CMAKE_CURRENT_LIST_DIR}/../../patches/clp-1.17.patch")
@@ -362,8 +359,7 @@ if(BUILD_Cgl)
362359
FetchContent_Declare(
363360
Cgl
364361
GIT_REPOSITORY "https://github.com/Mizux/Cgl.git"
365-
GIT_TAG "stable/0.60"
366-
#GIT_TAG "cmake/0.60.5"
362+
GIT_TAG "cmake/0.60.9"
367363
GIT_SHALLOW TRUE
368364
PATCH_COMMAND git apply --ignore-whitespace
369365
"${CMAKE_CURRENT_LIST_DIR}/../../patches/cgl-0.60.patch")
@@ -381,8 +377,7 @@ if(BUILD_Cbc)
381377
FetchContent_Declare(
382378
Cbc
383379
GIT_REPOSITORY "https://github.com/Mizux/Cbc.git"
384-
GIT_TAG "stable/2.10"
385-
#GIT_TAG "cmake/2.10.7"
380+
GIT_TAG "cmake/2.10.12"
386381
GIT_SHALLOW TRUE
387382
PATCH_COMMAND git apply --ignore-whitespace
388383
"${CMAKE_CURRENT_LIST_DIR}/../../patches/cbc-2.10.patch")

0 commit comments

Comments
 (0)