File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Cgl=0.60.9
1010Cbc=2.10.12
1111GLPK=5.0
1212HiGHS=v1.9.0
13- Scip=v921
13+ Scip=v922
1414# Python
1515pybind11=v2.13.6
1616pybind11_abseil=v202402.0
Original file line number Diff line number Diff line change @@ -348,10 +348,10 @@ if(BUILD_SCIP)
348348 FetchContent_Declare (
349349 scip
350350 GIT_REPOSITORY "https://github.com/scipopt/scip.git"
351- GIT_TAG "v921 "
351+ GIT_TAG "v922 "
352352 GIT_SHALLOW TRUE
353353 PATCH_COMMAND git apply --ignore-whitespace
354- "${CMAKE_CURRENT_LIST_DIR} /../../patches/scip-v921 .patch"
354+ "${CMAKE_CURRENT_LIST_DIR} /../../patches/scip-v922 .patch"
355355 )
356356 set (SHARED ON CACHE BOOL "Scip param" FORCE )
357357 set (ZLIB ON CACHE BOOL "Scip param" FORCE )
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ exports_files([
1818 "pybind11_abseil.patch" ,
1919 "pybind11_protobuf.patch" ,
2020 "pybind11.patch" ,
21- "scip-v921 .patch" ,
21+ "scip-v922 .patch" ,
2222])
File renamed without changes.
You can’t perform that action at this time.
0 commit comments