Skip to content

Commit 48fc2fc

Browse files
committed
bump scip to 9.2.2 for cmake
1 parent dcc8a59 commit 48fc2fc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Cgl=0.60.9
1010
Cbc=2.10.12
1111
GLPK=5.0
1212
HiGHS=v1.9.0
13-
Scip=v921
13+
Scip=v922
1414
# Python
1515
pybind11=v2.13.6
1616
pybind11_abseil=v202402.0

cmake/dependencies/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,10 @@ if(BUILD_SCIP)
348348
FetchContent_Declare(
349349
scip
350350
GIT_REPOSITORY "https://github.com/scipopt/scip.git"
351-
GIT_TAG "v921"
351+
GIT_TAG "v922"
352352
GIT_SHALLOW TRUE
353353
PATCH_COMMAND git apply --ignore-whitespace
354-
"${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v921.patch"
354+
"${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v922.patch"
355355
)
356356
set(SHARED ON CACHE BOOL "Scip param" FORCE)
357357
set(ZLIB ON CACHE BOOL "Scip param" FORCE)

patches/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ exports_files([
1818
"pybind11_abseil.patch",
1919
"pybind11_protobuf.patch",
2020
"pybind11.patch",
21-
"scip-v921.patch",
21+
"scip-v922.patch",
2222
])

0 commit comments

Comments
 (0)