Skip to content

Commit aecad32

Browse files
committed
dependencies: Bump HiGHS to 1.7.1
1 parent 312959a commit aecad32

File tree

4 files changed

+4
-92
lines changed

4 files changed

+4
-92
lines changed

Dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Clp=1.17.7
99
Cgl=0.60.5
1010
Cbc=2.10.7
1111
GLPK=5.0
12-
HiGHS=v1.7.0
12+
HiGHS=v1.7.1
1313
Scip=v900
1414
# Python
1515
pybind11=v2.12.0

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ cc_library(
156156

157157
git_repository(
158158
name = "highs",
159-
branch = "v1.7.0",
159+
branch = "v1.7.1",
160160
remote = "https://github.com/ERGO-Code/HiGHS.git",
161161
)
162162

cmake/dependencies/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ if(BUILD_HIGHS)
237237
FetchContent_Declare(
238238
highs
239239
GIT_REPOSITORY "https://github.com/ERGO-Code/HiGHS.git"
240-
GIT_TAG "v1.7.0"
241-
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/highs.patch"
240+
GIT_TAG "v1.7.1"
241+
#PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/highs.patch"
242242
)
243243
FetchContent_MakeAvailable(highs)
244244
list(POP_BACK CMAKE_MESSAGE_INDENT)

patches/highs.patch

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)