Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2022 21:03:09 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: d1149676e012 - main - science/py-scikit-sparse: Add dependenency on libcholmod.so
Message-ID:  <202211272103.2ARL39o9051516@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=d1149676e01271504245ee5a9f359629bd6addd2

commit d1149676e01271504245ee5a9f359629bd6addd2
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-11-27 21:02:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-27 21:03:06 +0000

    science/py-scikit-sparse: Add dependenency on libcholmod.so
    
    PR:             268014
---
 science/py-scikit-sparse/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/science/py-scikit-sparse/Makefile b/science/py-scikit-sparse/Makefile
index c347697d3ec2..206552b9dab5 100644
--- a/science/py-scikit-sparse/Makefile
+++ b/science/py-scikit-sparse/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	scikit-sparse
 DISTVERSION=	0.4.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-LIB_DEPENDS=	libumfpack.so:math/suitesparse-umfpack
+LIB_DEPENDS=	libumfpack.so:math/suitesparse-umfpack	\
+		libcholmod.so:math/suitesparse-cholmod
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
 



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