deps: Bump SCIP to v920
This commit is contained in:
@@ -10,7 +10,7 @@ Cgl=0.60.5
|
||||
Cbc=2.10.7
|
||||
GLPK=5.0
|
||||
HiGHS=v1.8.0
|
||||
Scip=v900
|
||||
Scip=v920
|
||||
# Python
|
||||
pybind11=v2.12.0
|
||||
pybind11_abseil=52f2739
|
||||
|
||||
@@ -280,9 +280,9 @@ if(BUILD_SCIP)
|
||||
FetchContent_Declare(
|
||||
scip
|
||||
GIT_REPOSITORY "https://github.com/scipopt/scip.git"
|
||||
GIT_TAG "v900"
|
||||
GIT_TAG "v920"
|
||||
GIT_SHALLOW TRUE
|
||||
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v900.patch"
|
||||
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v920.patch"
|
||||
)
|
||||
FetchContent_MakeAvailable(scip)
|
||||
set(LPI_GLOP_SRC ${scip_SOURCE_DIR}/src/lpi/lpi_glop.cpp PARENT_SCOPE)
|
||||
|
||||
Reference in New Issue
Block a user