bump scip to 9.2.2 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=v921
|
||||
Scip=v922
|
||||
# Python
|
||||
pybind11=v2.13.6
|
||||
pybind11_abseil=v202402.0
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -18,5 +18,5 @@ exports_files([
|
||||
"pybind11_abseil.patch",
|
||||
"pybind11_protobuf.patch",
|
||||
"pybind11.patch",
|
||||
"scip-v921.patch",
|
||||
"scip-v922.patch",
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user