deps: Bump HiGHS to v1.8.1
This commit is contained in:
@@ -9,7 +9,7 @@ Clp=1.17.7
|
||||
Cgl=0.60.5
|
||||
Cbc=2.10.7
|
||||
GLPK=5.0
|
||||
HiGHS=v1.8.0
|
||||
HiGHS=v1.8.1
|
||||
Scip=v920
|
||||
# Python
|
||||
pybind11=v2.12.0
|
||||
|
||||
@@ -249,10 +249,10 @@ if(BUILD_HIGHS)
|
||||
FetchContent_Declare(
|
||||
highs
|
||||
GIT_REPOSITORY "https://github.com/ERGO-Code/HiGHS.git"
|
||||
GIT_TAG "v1.8.0"
|
||||
GIT_TAG "v1.8.1"
|
||||
GIT_SHALLOW TRUE
|
||||
PATCH_COMMAND git apply --ignore-whitespace
|
||||
"${CMAKE_CURRENT_LIST_DIR}/../../patches/highs-v1.8.0.patch"
|
||||
"${CMAKE_CURRENT_LIST_DIR}/../../patches/highs-v1.8.1.patch"
|
||||
)
|
||||
FetchContent_MakeAvailable(highs)
|
||||
list(POP_BACK CMAKE_MESSAGE_INDENT)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
exports_files([
|
||||
"abseil-cpp-20240722.0.patch",
|
||||
"highs-v1.8.0.patch",
|
||||
"highs-v1.8.1.patch",
|
||||
"protobuf-v28.3.patch",
|
||||
"pybind11_abseil.patch",
|
||||
"pybind11_bazel.patch",
|
||||
|
||||
Reference in New Issue
Block a user