Date: Thu, 15 Dec 2022 21:34:59 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3f7d9c0b1848 - main - math/suitesparse-spqr: upgrade to 3.0.2 Message-ID: <202212152134.2BFLYx2s057270@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f7d9c0b1848ded85547b07155642cb373925b6e commit 3f7d9c0b1848ded85547b07155642cb373925b6e Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-12-15 21:32:32 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-12-15 21:34:39 +0000 math/suitesparse-spqr: upgrade to 3.0.2 --- math/suitesparse-spqr/Makefile | 2 +- math/suitesparse-spqr/pkg-plist | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/math/suitesparse-spqr/Makefile b/math/suitesparse-spqr/Makefile index 70bf7609fe51..688f5e2afea8 100644 --- a/math/suitesparse-spqr/Makefile +++ b/math/suitesparse-spqr/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= math COMMENT= Sparse QR factorization diff --git a/math/suitesparse-spqr/pkg-plist b/math/suitesparse-spqr/pkg-plist index f7947c7fb120..7b504b3e91b6 100644 --- a/math/suitesparse-spqr/pkg-plist +++ b/math/suitesparse-spqr/pkg-plist @@ -3,9 +3,13 @@ include/suitesparse/SuiteSparseQR_C.h include/suitesparse/SuiteSparseQR_definitions.h lib/cmake/SuiteSparse/FindSPQR.cmake lib/cmake/SuiteSparse/FindSPQR_CUDA.cmake +lib/libspqr_cuda.so +lib/libspqr_cuda.so.3 +lib/libspqr_cuda.so.3.0.2 +lib/libspqr_cuda_static.a lib/libspqr.a lib/libspqr.so lib/libspqr.so.3 -lib/libspqr.so.3.0.1 +lib/libspqr.so.3.0.2 %%PORTDOCS%%%%DOCSDIR%%/SPQR_README.txt %%PORTDOCS%%%%DOCSDIR%%/spqr_user_guide.pdf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212152134.2BFLYx2s057270>