Skip to content

Commit

Permalink
math/highs: Correct cmake file to fix failures in user code
Browse files Browse the repository at this point in the history
Failure is in new MiniZinc version failing to link with highs.
  • Loading branch information
yurivict committed Jun 16, 2023
1 parent 8ed3ac7 commit 54e2d95
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions math/highs/Makefile
@@ -1,6 +1,7 @@
PORTNAME= highs
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.3
PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-

Expand Down
13 changes: 13 additions & 0 deletions math/highs/files/patch-highs-config.cmake.in
@@ -0,0 +1,13 @@
- see https://github.com/ERGO-Code/HiGHS/issues/1329

--- highs-config.cmake.in.orig 2023-06-16 07:34:37 UTC
+++ highs-config.cmake.in
@@ -13,7 +13,7 @@ else()
include("${CMAKE_CURRENT_LIST_DIR}/highs-targets.cmake")
endif()

- set(HIGHS_LIBRARIES libhighs)
+ set(HIGHS_LIBRARIES highs)
endif()

set(HIGHS_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")

0 comments on commit 54e2d95

Please sign in to comment.