Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2025 07:36:31 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1d05fe599d24 - main - =?utf-8?Q?math/highs: update 1.10.0 =E2=86=92 1.11.0?=
Message-ID:  <202509190736.58J7aVF1078275@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1d05fe599d24481f58af4401ffb65e9d247b080b

commit 1d05fe599d24481f58af4401ffb65e9d247b080b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-09-19 05:06:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-09-19 07:36:18 +0000

    math/highs: update 1.10.0 → 1.11.0
---
 math/highs/Makefile  | 6 +++---
 math/highs/distinfo  | 6 +++---
 math/highs/pkg-plist | 9 ++++++---
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/math/highs/Makefile b/math/highs/Makefile
index 1b3e425c8b8d..bfdfa40b4d85 100644
--- a/math/highs/Makefile
+++ b/math/highs/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	highs
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.10.0
-PORTREVISION=	1
+DISTVERSION=	1.11.0
 CATEGORIES=	math
 PKGNAMEPREFIX=	coin-or-
 
@@ -13,6 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		cmake:testing compiler:c++11-lang pkgconfig
+USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ERGO-Code
@@ -28,6 +28,6 @@ post-install:
 		-e 's|INTERFACE_INCLUDE_DIRECTORIES "/include;|INTERFACE_INCLUDE_DIRECTORIES "|' \
 		${STAGEDIR}${PREFIX}/lib/cmake/highs/highs-targets.cmake
 
-# tests as of 1.10.0: 100% tests passed, 0 tests failed out of 2
+# tests as of 1.11.0: 100% tests passed, 0 tests failed out of 2
 
 .include <bsd.port.mk>
diff --git a/math/highs/distinfo b/math/highs/distinfo
index aaec9c023476..423566a95002 100644
--- a/math/highs/distinfo
+++ b/math/highs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1742541975
-SHA256 (ERGO-Code-HiGHS-v1.10.0_GH0.tar.gz) = cf29873b894133bac111fc45bbf10989b6c5c041992fcd10e31222253e371a4c
-SIZE (ERGO-Code-HiGHS-v1.10.0_GH0.tar.gz) = 2418795
+TIMESTAMP = 1758256769
+SHA256 (ERGO-Code-HiGHS-v1.11.0_GH0.tar.gz) = 2b44b074cf41439325ce4d0bbdac2d51379f56faf17ba15320a410d3c1f07275
+SIZE (ERGO-Code-HiGHS-v1.11.0_GH0.tar.gz) = 2459820
diff --git a/math/highs/pkg-plist b/math/highs/pkg-plist
index 6142aaec5a9d..64540a8a1a93 100644
--- a/math/highs/pkg-plist
+++ b/math/highs/pkg-plist
@@ -122,6 +122,7 @@ include/highs/mip/HighsSeparator.h
 include/highs/mip/HighsTableauSeparator.h
 include/highs/mip/HighsTransformedLp.h
 include/highs/mip/MipTimer.h
+include/highs/mip/feasibilityjump.hh
 include/highs/model/HighsHessian.h
 include/highs/model/HighsHessianUtils.h
 include/highs/model/HighsModel.h
@@ -194,8 +195,8 @@ include/highs/simplex/HighsSimplexAnalysis.h
 include/highs/simplex/SimplexConst.h
 include/highs/simplex/SimplexStruct.h
 include/highs/simplex/SimplexTimer.h
-include/highs/test/DevKkt.h
-include/highs/test/KktCh2.h
+include/highs/test_kkt/DevKkt.h
+include/highs/test_kkt/KktCh2.h
 include/highs/util/FactorTimer.h
 include/highs/util/HFactor.h
 include/highs/util/HFactorConst.h
@@ -228,10 +229,12 @@ include/highs/util/stringutil.h
 include/highs/zstr/strict_fstream.hpp
 include/highs/zstr/zstr.hpp
 include/highs_export.h
+lib/cmake/highs/highs-config-version.cmake
 lib/cmake/highs/highs-config.cmake
 lib/cmake/highs/highs-targets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/highs/highs-targets.cmake
+lib/cmake/highs/highs-targets.cmake.bak
 lib/libhighs.so
 lib/libhighs.so.1
-lib/libhighs.so.1.10.0
+lib/libhighs.so.1.11.0
 libdata/pkgconfig/highs.pc


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509190736.58J7aVF1078275>