git: 349760e2bd5c - main - suitesparse-camd: upgrade to 3.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 17:46:40 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=349760e2bd5c96c8f017ea4d74264346172942ac commit 349760e2bd5c96c8f017ea4d74264346172942ac Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-09-17 13:18:15 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-09-20 17:44:55 +0000 suitesparse-camd: upgrade to 3.2.0 --- math/suitesparse-camd/Makefile | 2 +- math/suitesparse-camd/pkg-plist | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/math/suitesparse-camd/Makefile b/math/suitesparse-camd/Makefile index 49d22d136622..840a059d011c 100644 --- a/math/suitesparse-camd/Makefile +++ b/math/suitesparse-camd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.4 +PORTVERSION= 3.2.0 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-camd/pkg-plist b/math/suitesparse-camd/pkg-plist index 96564ce0862e..1f8251eee719 100644 --- a/math/suitesparse-camd/pkg-plist +++ b/math/suitesparse-camd/pkg-plist @@ -1,8 +1,12 @@ include/suitesparse/camd.h -lib/cmake/SuiteSparse/FindCAMD.cmake +lib/cmake/CAMD/CAMDConfig.cmake +lib/cmake/CAMD/CAMDConfigVersion.cmake +lib/cmake/CAMD/CAMDTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/CAMD/CAMDTargets.cmake lib/libcamd.a lib/libcamd.so lib/libcamd.so.3 -lib/libcamd.so.3.0.4 +lib/libcamd.so.3.2.0 +libdata/pkgconfig/CAMD.pc %%PORTDOCS%%%%DOCSDIR%%/CAMD_README.txt %%PORTDOCS%%%%DOCSDIR%%/CAMD_UserGuide.pdf