bump scip to 9.2.1 for cmake
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user