Skip to content

Commit 7f3f4c3

Browse files
committed
bump scip to 9.2.2 for cmake
1 parent c270926 commit 7f3f4c3

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
@@ -326,10 +326,10 @@ if(BUILD_SCIP)
326326
FetchContent_Declare(
327327
scip
328328
GIT_REPOSITORY "https://github.com/scipopt/scip.git"
329-
GIT_TAG "v921"
329+
GIT_TAG "v922"
330330
GIT_SHALLOW TRUE
331331
PATCH_COMMAND git apply --ignore-whitespace
332-
"${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v921.patch"
332+
"${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v922.patch"
333333
)
334334
set(SHARED ON CACHE BOOL "Scip param" FORCE)
335335
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)