Skip to content

Commit

Permalink
dependencies: Bump COIN-OR solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Dec 6, 2024
1 parent 4517c78 commit afe7980
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ abseil-cpp=20240722.0
Protobuf=v29.0
Eigen=3.4.0
Re2=2024-04-01
CoinUtils=2.11.6
Osi=0.108.7
Clp=1.17.7
Cgl=0.60.5
Cbc=2.10.7
CoinUtils=2.11.12
Osi=0.108.11
Clp=1.17.10
Cgl=0.60.9
Cbc=2.10.12
GLPK=5.0
HiGHS=v1.8.1
Scip=v920
Expand Down
15 changes: 5 additions & 10 deletions cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,7 @@ if(BUILD_CoinUtils)
FetchContent_Declare(
CoinUtils
GIT_REPOSITORY "https://github.com/Mizux/CoinUtils.git"
GIT_TAG "stable/2.11"
#GIT_TAG "cmake/2.11.6"
GIT_TAG "cmake/2.11.12"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace
"${CMAKE_CURRENT_LIST_DIR}/../../patches/coinutils-2.11.patch")
Expand All @@ -324,8 +323,7 @@ if(BUILD_Osi)
FetchContent_Declare(
Osi
GIT_REPOSITORY "https://github.com/Mizux/Osi.git"
GIT_TAG "stable/0.108"
#GIT_TAG "cmake/0.108.7"
GIT_TAG "cmake/0.108.11"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace
"${CMAKE_CURRENT_LIST_DIR}/../../patches/osi-0.108.patch")
Expand All @@ -343,8 +341,7 @@ if(BUILD_Clp)
FetchContent_Declare(
Clp
GIT_REPOSITORY "https://github.com/Mizux/Clp.git"
GIT_TAG "stable/1.17"
#GIT_TAG "cmake/1.17.7"
GIT_TAG "cmake/1.17.10"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace
"${CMAKE_CURRENT_LIST_DIR}/../../patches/clp-1.17.patch")
Expand All @@ -362,8 +359,7 @@ if(BUILD_Cgl)
FetchContent_Declare(
Cgl
GIT_REPOSITORY "https://github.com/Mizux/Cgl.git"
GIT_TAG "stable/0.60"
#GIT_TAG "cmake/0.60.5"
GIT_TAG "cmake/0.60.9"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace
"${CMAKE_CURRENT_LIST_DIR}/../../patches/cgl-0.60.patch")
Expand All @@ -381,8 +377,7 @@ if(BUILD_Cbc)
FetchContent_Declare(
Cbc
GIT_REPOSITORY "https://github.com/Mizux/Cbc.git"
GIT_TAG "stable/2.10"
#GIT_TAG "cmake/2.10.7"
GIT_TAG "cmake/2.10.12"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace
"${CMAKE_CURRENT_LIST_DIR}/../../patches/cbc-2.10.patch")
Expand Down

0 comments on commit afe7980

Please sign in to comment.