Date: Sat, 21 Dec 2024 15:08:33 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: 7e17ef33ad7a - main - math/highs: update 1.7.2 =?utf-8?Q?=E2=86=92?= 1.9.0 Message-ID: <202412211508.4BLF8XNt048664@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e17ef33ad7a5f710037ab27e1c20f449bf2fb55 commit 7e17ef33ad7a5f710037ab27e1c20f449bf2fb55 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-21 08:24:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-21 15:08:29 +0000 math/highs: update 1.7.2 → 1.9.0 Reported by: portscout --- math/highs/Makefile | 2 +- math/highs/distinfo | 6 +++--- math/highs/pkg-plist | 6 ++++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/math/highs/Makefile b/math/highs/Makefile index 9d72143185d3..3baf2f989c2f 100644 --- a/math/highs/Makefile +++ b/math/highs/Makefile @@ -1,6 +1,6 @@ PORTNAME= highs DISTVERSIONPREFIX= v -DISTVERSION= 1.7.2 +DISTVERSION= 1.9.0 CATEGORIES= math PKGNAMEPREFIX= coin-or- diff --git a/math/highs/distinfo b/math/highs/distinfo index 7ed53fad215f..3753fa27ae0e 100644 --- a/math/highs/distinfo +++ b/math/highs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720517568 -SHA256 (ERGO-Code-HiGHS-v1.7.2_GH0.tar.gz) = 5ff96c14ae19592d3568e9ae107624cbaf3409d328fb1a586359f0adf9b34bf7 -SIZE (ERGO-Code-HiGHS-v1.7.2_GH0.tar.gz) = 2180430 +TIMESTAMP = 1734757369 +SHA256 (ERGO-Code-HiGHS-v1.9.0_GH0.tar.gz) = dff575df08d88583c109702c7c5c75ff6e51611e6eacca8b5b3fdfba8ecc2cb4 +SIZE (ERGO-Code-HiGHS-v1.9.0_GH0.tar.gz) = 2270498 diff --git a/math/highs/pkg-plist b/math/highs/pkg-plist index 54ee6a31230d..c89992349e20 100644 --- a/math/highs/pkg-plist +++ b/math/highs/pkg-plist @@ -81,6 +81,7 @@ include/highs/lp_data/HighsAnalysis.h include/highs/lp_data/HighsCallback.h include/highs/lp_data/HighsCallbackStruct.h include/highs/lp_data/HighsDebug.h +include/highs/lp_data/HighsIis.h include/highs/lp_data/HighsInfo.h include/highs/lp_data/HighsInfoDebug.h include/highs/lp_data/HighsLp.h @@ -89,7 +90,6 @@ include/highs/lp_data/HighsLpUtils.h include/highs/lp_data/HighsModelUtils.h include/highs/lp_data/HighsOptions.h include/highs/lp_data/HighsRanging.h -include/highs/lp_data/HighsRuntimeOptions.h include/highs/lp_data/HighsSolution.h include/highs/lp_data/HighsSolutionDebug.h include/highs/lp_data/HighsSolve.h @@ -106,6 +106,7 @@ include/highs/mip/HighsGFkSolve.h include/highs/mip/HighsImplications.h include/highs/mip/HighsLpAggregator.h include/highs/mip/HighsLpRelaxation.h +include/highs/mip/HighsMipAnalysis.h include/highs/mip/HighsMipSolver.h include/highs/mip/HighsMipSolverData.h include/highs/mip/HighsModkSeparator.h @@ -120,6 +121,7 @@ include/highs/mip/HighsSeparation.h include/highs/mip/HighsSeparator.h include/highs/mip/HighsTableauSeparator.h include/highs/mip/HighsTransformedLp.h +include/highs/mip/MipTimer.h include/highs/model/HighsHessian.h include/highs/model/HighsHessianUtils.h include/highs/model/HighsModel.h @@ -231,5 +233,5 @@ lib/cmake/highs/highs-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/highs/highs-targets.cmake lib/libhighs.so lib/libhighs.so.1 -lib/libhighs.so.1.7.2 +lib/libhighs.so.1.9.0 libdata/pkgconfig/highs.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412211508.4BLF8XNt048664>