diff --git a/math/osi/Makefile b/math/osi/Makefile index 3d0649cdca94..34f1d541a2a2 100644 --- a/math/osi/Makefile +++ b/math/osi/Makefile @@ -1,32 +1,36 @@ PORTNAME= Osi -DISTVERSION= 0.108.6 -PORTREVISION= 1 +DISTVERSIONPREFIX= releases/ +DISTVERSION= 0.108.7 CATEGORIES= math -MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME}/ PKGNAMEPREFIX= coin-or- MAINTAINER= yuri@FreeBSD.org COMMENT= COIN-OR Open Solver Interface, an API for calling solver libraries LICENSE= EPL LICENSE_FILE= ${WRKSRC}/Osi/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libCoinUtils.so:math/coinutils \ libopenblas.so:math/openblas RUN_DEPENDS= coin-or-Data-Sample>0:math/coin-or-data-sample \ coin-or-Data-Netlib>0:math/coin-or-data-netlib USES= fortran gmake libtool localbase:ldflags pkgconfig tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-blas-lib="-lopenblas" --with-lapack-lib="-lopenblas" \ --with-sample-datadir="${LOCALBASE}/share/coin/Data/Sample" \ --with-netlib-datadir="${LOCALBASE}/share/coin/Data/Netlib" \ --with-coinutils-incdir="${LOCALBASE}/include/coin" --with-coinutils-lib="${LOCALBASE}/lib/libCoinUtils.so" # Incompatible with optional dependencies glpk and SoPlex: https://projects.coin-or.org/Osi/ticket/117 https://projects.coin-or.org/Osi/ticket/118 USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= coin-or + +INSTALL_TARGET= install-strip + post-install: @${RM} -r ${STAGEDIR}${PREFIX}/share/coin .include diff --git a/math/osi/distinfo b/math/osi/distinfo index 38f8f01b1a12..604d8bd922eb 100644 --- a/math/osi/distinfo +++ b/math/osi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580597722 -SHA256 (Osi-0.108.6.tgz) = 57ef3f0c97995bac647504aee0ed34d31f79033ece04cd2cb86b4645f0a552d8 -SIZE (Osi-0.108.6.tgz) = 7532768 +TIMESTAMP = 1645728171 +SHA256 (coin-or-Osi-releases-0.108.7_GH0.tar.gz) = f1bc53a498585f508d3f8d74792440a30a83c8bc934d0c8ecf8cd8bc0e486228 +SIZE (coin-or-Osi-releases-0.108.7_GH0.tar.gz) = 1025434 diff --git a/math/osi/pkg-descr b/math/osi/pkg-descr index 955ec339df44..902d319ad777 100644 --- a/math/osi/pkg-descr +++ b/math/osi/pkg-descr @@ -1,19 +1,19 @@ Osi (Open Solver Interface) provides an abstract base class to a generic linear programming (LP) solver, along with derived classes for specific solvers. Many applications may be able to use the Osi to insulate themselves from a specific LP solver. The following is a list of derived Osi classes: Solver Derived Class * Cbc OsiCbc * Clp OsiClp * CPLEX OsiCpx * DyLP OsiDylp * GLPK OsiGlpk * Gurobi OsiGrb * MOSEK OsiMsk * SoPlex OsiSpx * SYMPHONY OsiSym * Vol OsiVol -* XPRESS-MP OsiXpr +* XPRESS-MP OsiXpr WWW: https://projects.coin-or.org/Osi/ diff --git a/math/osi/pkg-plist b/math/osi/pkg-plist index 872f2896eb41..a7f7fe06d077 100644 --- a/math/osi/pkg-plist +++ b/math/osi/pkg-plist @@ -1,23 +1,23 @@ include/coin/OsiAuxInfo.hpp include/coin/OsiBranchingObject.hpp include/coin/OsiChooseVariable.hpp include/coin/OsiColCut.hpp include/coin/OsiCollections.hpp include/coin/OsiConfig.h include/coin/OsiCut.hpp include/coin/OsiCuts.hpp include/coin/OsiPresolve.hpp include/coin/OsiRowCut.hpp include/coin/OsiRowCutDebugger.hpp include/coin/OsiSolverBranch.hpp include/coin/OsiSolverInterface.hpp include/coin/OsiSolverParameters.hpp include/coin/OsiUnitTests.hpp lib/libOsi.so lib/libOsi.so.1 -lib/libOsi.so.1.13.6 +lib/libOsi.so.1.13.7 lib/libOsiCommonTests.so lib/libOsiCommonTests.so.1 -lib/libOsiCommonTests.so.1.13.6 +lib/libOsiCommonTests.so.1.13.7 libdata/pkgconfig/osi-unittests.pc libdata/pkgconfig/osi.pc