bump highs to 1.10

This commit is contained in:
Laurent Perron
2025-03-21 06:55:59 -07:00
parent b3d6ef66d2
commit bbaf68564b
2 changed files with 2 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ bazel_dep(name = "gazelle", version = "0.42.0", repo_name = "bazel_gazelle")
bazel_dep(name = "glpk", version = "5.0.bcr.3")
bazel_dep(name = "google_benchmark", version = "1.9.1", repo_name = "com_google_benchmark")
bazel_dep(name = "googletest", version = "1.16.0", repo_name = "com_google_googletest")
bazel_dep(name = "highs", version = "1.9.0")
bazel_dep(name = "highs", version = "1.10.0")
bazel_dep(name = "platforms", version = "0.0.11")
bazel_dep(name = "protobuf", version = "29.3", repo_name = "com_google_protobuf")
bazel_dep(name = "pybind11_abseil", version = "202402.0")

View File

@@ -254,10 +254,8 @@ if(BUILD_HIGHS)
FetchContent_Declare(
highs
GIT_REPOSITORY "https://github.com/ERGO-Code/HiGHS.git"
GIT_TAG "v1.9.0"
GIT_TAG "v1.10.0"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace
"${CMAKE_CURRENT_LIST_DIR}/../../patches/highs-v1.9.0.patch"
)
FetchContent_MakeAvailable(highs)
list(POP_BACK CMAKE_MESSAGE_INDENT)