diff --git a/math/alps/Makefile b/math/alps/Makefile index 162cd959d8f0..9180c3dffb4d 100644 --- a/math/alps/Makefile +++ b/math/alps/Makefile @@ -1,40 +1,39 @@ PORTNAME= alps DISTVERSIONPREFIX= releases/ -DISTVERSION= 2.0.1 -PORTREVISION= 2 +DISTVERSION= 2.0.2 CATEGORIES= math PKGNAMEPREFIX= coin-or- MAINTAINER= yuri@FreeBSD.org COMMENT= Abstract Library for Parallel Search (ALPS) WWW= https://github.com/coin-or/CHiPPS-ALPS LICENSE= EPL LICENSE_FILE= ${WRKSRC}/Alps/LICENSE LIB_DEPENDS= libCoinUtils.so:math/coinutils \ libopenblas.so:math/openblas USES= blaslapack gmake libtool pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= coin-or GH_PROJECT= CHiPPS-ALPS GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include post-patch: .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 @${REINPLACE_CMD} -e 's|std::unary_function|std::__unary_function|' \ ${WRKSRC}/Alps/src/AlpsHelperFunctions.h .endif post-install: ${RM} -r ${STAGEDIR}${PREFIX}/share .include diff --git a/math/alps/distinfo b/math/alps/distinfo index 3df7f6506e57..1a0307123314 100644 --- a/math/alps/distinfo +++ b/math/alps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620007130 -SHA256 (coin-or-CHiPPS-ALPS-releases-2.0.1_GH0.tar.gz) = 43f38b04699d4e70bde27f8dd024804e8a33ea7f521e5a5f121f373e2a60493a -SIZE (coin-or-CHiPPS-ALPS-releases-2.0.1_GH0.tar.gz) = 899878 +TIMESTAMP = 1689920856 +SHA256 (coin-or-CHiPPS-ALPS-releases-2.0.2_GH0.tar.gz) = 4ed8ef38a2e5f370470ba775b342b4bdd0108fd6de3f8dff426a682116f070a1 +SIZE (coin-or-CHiPPS-ALPS-releases-2.0.2_GH0.tar.gz) = 911514 diff --git a/math/alps/pkg-plist b/math/alps/pkg-plist index 3785bd00d35d..9a9fbe8c3351 100644 --- a/math/alps/pkg-plist +++ b/math/alps/pkg-plist @@ -1,29 +1,29 @@ include/coin/Alps.h include/coin/AlpsConfig.h include/coin/AlpsEncoded.h include/coin/AlpsEnumProcessT.h include/coin/AlpsHelperFunctions.h include/coin/AlpsKnowledge.h include/coin/AlpsKnowledgeBroker.h include/coin/AlpsKnowledgeBrokerMPI.h include/coin/AlpsKnowledgeBrokerSerial.h include/coin/AlpsKnowledgePool.h include/coin/AlpsMessage.h include/coin/AlpsModel.h include/coin/AlpsNodeDesc.h include/coin/AlpsNodePool.h include/coin/AlpsParameterBase.h include/coin/AlpsParams.h include/coin/AlpsPriorityQueue.h include/coin/AlpsSearchStrategy.h include/coin/AlpsSearchStrategyBase.h include/coin/AlpsSolution.h include/coin/AlpsSolutionPool.h include/coin/AlpsSubTree.h include/coin/AlpsSubTreePool.h include/coin/AlpsTime.h include/coin/AlpsTreeNode.h lib/libAlps.so -lib/libAlps.so.0 -lib/libAlps.so.0.0.0 +lib/libAlps.so.10 +lib/libAlps.so.10.0.2 libdata/pkgconfig/alps.pc diff --git a/math/bcps/Makefile b/math/bcps/Makefile index 8d48137e1793..988a2dfac56d 100644 --- a/math/bcps/Makefile +++ b/math/bcps/Makefile @@ -1,33 +1,33 @@ PORTNAME= bcps DISTVERSIONPREFIX= releases/ DISTVERSION= 0.99.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math PKGNAMEPREFIX= coin-or- MAINTAINER= yuri@FreeBSD.org COMMENT= Branch, Constrain, and Price Software (BiCePS) WWW= https://github.com/coin-or/CHiPPS-BiCePS LICENSE= EPL LICENSE_FILE= ${WRKSRC}/Bcps/LICENSE LIB_DEPENDS= libAlps.so:math/alps \ libCoinUtils.so:math/coinutils \ libopenblas.so:math/openblas USES= gmake libtool pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= coin-or GH_PROJECT= CHiPPS-BiCePS GNU_CONFIGURE= yes INSTALL_TARGET= install-strip post-install: ${RM} -r ${STAGEDIR}${PREFIX}/share .include diff --git a/math/disco/Makefile b/math/disco/Makefile index 3eab4453427d..ce0b0359dddb 100644 --- a/math/disco/Makefile +++ b/math/disco/Makefile @@ -1,47 +1,47 @@ PORTNAME= disco DISTVERSIONPREFIX= releases/ DISTVERSION= 1.0.0-33 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONSUFFIX= -g68720be CATEGORIES= math PKGNAMEPREFIX= coin-or- MAINTAINER= yuri@FreeBSD.org COMMENT= Discrete Conic Optimization Solver WWW= https://github.com/coin-or/DisCO LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libnauty.a:math/nauty LIB_DEPENDS= libAlps.so:math/alps \ libBcps.so:math/bcps \ libblas.so:math/blas \ libbonmin.so:math/bonmin \ libCbc.so:math/cbc \ libCgl.so:math/cgl \ libCglConic.so:math/cgl-conic \ libClp.so:math/clp \ libcoinasl.so:math/asl \ libCoinUtils.so:math/coinutils \ libipopt.so:math/ipopt \ liblapack.so:math/lapack \ libopenblas.so:math/openblas \ libOsi.so:math/osi \ libOsiConic.so:math/osi-conic \ libOsiIpopt.so:math/osiipopt USES= gmake libtool pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= coin-or GH_PROJECT= DisCO GNU_CONFIGURE= yes CONFLICTS_INSTALL= disco mono mono[0-9]* INSTALL_TARGET= install-strip .include