Skip to content

Commit

Permalink
deps: Bump HiGHS to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Nov 22, 2024
1 parent f0d951d commit 3eceeea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion patches/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
File renamed without changes.

0 comments on commit 3eceeea

Please sign in to comment.