deps: Bump HiGHS to v1.8.1

This commit is contained in:
Corentin Le Molgat
2024-11-22 15:17:33 +01:00
parent f0d951d828
commit 3eceeeaebb
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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",