git: 8b664e846b62 - main - math/cgl: Update 0.60.3 -> 0.60.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jan 2022 08:29:41 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b664e846b626bf38e8247ff4c619e9bfeb08fd6 commit 8b664e846b626bf38e8247ff4c619e9bfeb08fd6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-13 22:39:36 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-14 08:29:37 +0000 math/cgl: Update 0.60.3 -> 0.60.4 Reported by: portscout --- math/cgl/Makefile | 5 +++-- math/cgl/distinfo | 6 +++--- math/cgl/files/patch-Cgl_src_CglLandP_CglLandPUtils.hpp | 11 ----------- math/cgl/pkg-descr | 2 +- math/cgl/pkg-plist | 3 +-- 5 files changed, 8 insertions(+), 19 deletions(-) diff --git a/math/cgl/Makefile b/math/cgl/Makefile index ba00f97b613a..3f31e2c86e09 100644 --- a/math/cgl/Makefile +++ b/math/cgl/Makefile @@ -1,7 +1,6 @@ PORTNAME= cgl DISTVERSIONPREFIX= releases/ -DISTVERSION= 0.60.3 -PORTREVISION= 2 +DISTVERSION= 0.60.4 CATEGORIES= math PKGNAMEPREFIX= coin-or- @@ -28,6 +27,8 @@ GH_PROJECT= Cgl GNU_CONFIGURE= yes +TEST_TARGET= test + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libCgl.so.* diff --git a/math/cgl/distinfo b/math/cgl/distinfo index 4d607f9ffbcb..721e3e5f5726 100644 --- a/math/cgl/distinfo +++ b/math/cgl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580542171 -SHA256 (coin-or-Cgl-releases-0.60.3_GH0.tar.gz) = cfeeedd68feab7c0ce377eb9c7b61715120478f12c4dd0064b05ad640e20f3fb -SIZE (coin-or-Cgl-releases-0.60.3_GH0.tar.gz) = 1267590 +TIMESTAMP = 1642112941 +SHA256 (coin-or-Cgl-releases-0.60.4_GH0.tar.gz) = 57db498a0b7e1f3614ca061a93b23dc7e65017f092457c7366fa7d78397b5657 +SIZE (coin-or-Cgl-releases-0.60.4_GH0.tar.gz) = 1277287 diff --git a/math/cgl/files/patch-Cgl_src_CglLandP_CglLandPUtils.hpp b/math/cgl/files/patch-Cgl_src_CglLandP_CglLandPUtils.hpp deleted file mode 100644 index f10ff52b59d4..000000000000 --- a/math/cgl/files/patch-Cgl_src_CglLandP_CglLandPUtils.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Cgl/src/CglLandP/CglLandPUtils.hpp.orig 2018-04-16 07:09:23 UTC -+++ Cgl/src/CglLandP/CglLandPUtils.hpp -@@ -85,7 +85,7 @@ struct Cuts - /** resize vector.*/ - void resize(unsigned int i) - { -- cuts_.resize(i, reinterpret_cast<OsiRowCut *> (NULL)); -+ cuts_.resize(i, nullptr); // workaround for clang-6 - } - private: - /** Stores the number of cuts.*/ diff --git a/math/cgl/pkg-descr b/math/cgl/pkg-descr index c69be1cf9a04..4bb9223b346e 100644 --- a/math/cgl/pkg-descr +++ b/math/cgl/pkg-descr @@ -2,4 +2,4 @@ Collection of cut generators that can be used with other COIN-OR packages that make use of cuts, such as, among others, the linear solver Clp or the mixed integer linear programming solvers Cbc or BCP. -WWW: https://projects.coin-or.org/Cgl +WWW: https://github.com/coin-or/Cgl diff --git a/math/cgl/pkg-plist b/math/cgl/pkg-plist index 60133d87c05d..119c7e29a3fb 100644 --- a/math/cgl/pkg-plist +++ b/math/cgl/pkg-plist @@ -31,9 +31,8 @@ include/coin/CglTwomir.hpp include/coin/CglZeroHalf.hpp lib/libCgl.so lib/libCgl.so.1 -lib/libCgl.so.1.10.3 +lib/libCgl.so.1.10.4 libdata/pkgconfig/cgl.pc share/coin/doc/Cgl/AUTHORS share/coin/doc/Cgl/LICENSE -share/coin/doc/Cgl/README share/coin/doc/Cgl/cgl_addlibs.txt