bump scip to 9.2.1 for cmake

This commit is contained in:
Laurent Perron
2025-02-25 19:28:53 +01:00
parent 6f2a66de40
commit 4096100d40
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -280,9 +280,9 @@ if(BUILD_SCIP)
FetchContent_Declare(
scip
GIT_REPOSITORY "https://github.com/scipopt/scip.git"
GIT_TAG "v920"
GIT_TAG "v921"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v920.patch"
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v921.patch"
)
FetchContent_MakeAvailable(scip)
set(LPI_GLOP_SRC ${scip_SOURCE_DIR}/src/lpi/lpi_glop.cpp PARENT_SCOPE)