Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2022 17:31:17 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: 15f91ab8793d - main - math/py-cyipopt: Fix ipopt dependency
Message-ID:  <202203241731.22OHVHPa085295@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=15f91ab8793d19399767cf4f86cfec164edd9a44

commit 15f91ab8793d19399767cf4f86cfec164edd9a44
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-24 17:17:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-24 17:17:55 +0000

    math/py-cyipopt: Fix ipopt dependency
---
 math/py-cyipopt/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/py-cyipopt/Makefile b/math/py-cyipopt/Makefile
index afff33fc8fa3..89ee1574ddbc 100644
--- a/math/py-cyipopt/Makefile
+++ b/math/py-cyipopt/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	cyipopt
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +13,7 @@ LICENSE=	EPL
 BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 LIB_DEPENDS=	libblas.so:math/blas \
-		libcoinmetis.so:math/ipopt \
+		libipopt.so:math/ipopt \
 		liblapack.so:math/lapack
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \



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