Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 08:42:58 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: a0dfbae76855 - main - =?utf-8?Q?math/py-CyLP:=20Update=200.91.5=20=E2=86=92=200.91.6?=
Message-ID:  <202306030842.3538gwYX092430@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=a0dfbae768555fd7f90747744443381d37dcbc38

commit a0dfbae768555fd7f90747744443381d37dcbc38
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-03 08:35:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-03 08:42:52 +0000

    math/py-CyLP: Update 0.91.5 → 0.91.6
    
    Reported by:    portscout
---
 math/py-CyLP/Makefile | 12 ++++++++----
 math/py-CyLP/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/math/py-CyLP/Makefile b/math/py-CyLP/Makefile
index 274afb4bc5f4..0556e80ecca8 100644
--- a/math/py-CyLP/Makefile
+++ b/math/py-CyLP/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	CyLP
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.91.5
-PORTREVISION=	1
+DISTVERSION=	0.91.6
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -21,17 +20,22 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libCbc.so:math/cbc \
 		libCgl.so:math/cgl \
 		libClp.so:math/clp \
-		liblapack.so:math/lapack
+		libCoinUtils.so:math/coinutils \
+		liblapack.so:math/lapack \
+		libOsi.so:math/osi
 RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		compiler:c++11-lang python:3.6+
-USE_PYTHON=	distutils cython autoplist
+USE_PYTHON=	distutils cython autoplist pytest
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	coin-or
 
 MAKE_ENV=	COIN_INSTALL_DIR=${LOCALBASE}
 
+TEST_WRKSRC=	${WRKSRC}/cylp
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cylp/cy/Cy*.so
 
diff --git a/math/py-CyLP/distinfo b/math/py-CyLP/distinfo
index 8bded692e75a..0defb60d93f2 100644
--- a/math/py-CyLP/distinfo
+++ b/math/py-CyLP/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1648513280
-SHA256 (coin-or-CyLP-v0.91.5_GH0.tar.gz) = f2ce8e023dac1e4066f07cd45f933c2f8df6dabd7c5bf1be324af516d3a5574a
-SIZE (coin-or-CyLP-v0.91.5_GH0.tar.gz) = 7666906
+TIMESTAMP = 1685780281
+SHA256 (coin-or-CyLP-v0.91.6_GH0.tar.gz) = e05a4db7f86646a0103235d2b9620ec3bb1d88ca34e11319f9feb98ed11e3156
+SIZE (coin-or-CyLP-v0.91.6_GH0.tar.gz) = 7667335



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