bump scip to 9.2.2 for cmake

This commit is contained in:
Laurent Perron
2025-04-21 20:39:52 +02:00
parent dcc8a59dd5
commit 48fc2fc3d6
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ Cgl=0.60.9
Cbc=2.10.12
GLPK=5.0
HiGHS=v1.9.0
Scip=v921
Scip=v922
# Python
pybind11=v2.13.6
pybind11_abseil=v202402.0

View File

@@ -348,10 +348,10 @@ if(BUILD_SCIP)
FetchContent_Declare(
scip
GIT_REPOSITORY "https://github.com/scipopt/scip.git"
GIT_TAG "v921"
GIT_TAG "v922"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace
"${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v921.patch"
"${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v922.patch"
)
set(SHARED ON CACHE BOOL "Scip param" FORCE)
set(ZLIB ON CACHE BOOL "Scip param" FORCE)

View File

@@ -18,5 +18,5 @@ exports_files([
"pybind11_abseil.patch",
"pybind11_protobuf.patch",
"pybind11.patch",
"scip-v921.patch",
"scip-v922.patch",
])