git: 4cf4d5fabe80 - main - math/suitesparse-ldl: upgrade to 3.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 17:46:49 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cf4d5fabe80632c1ab95e231b4d47a32f8750f3 commit 4cf4d5fabe80632c1ab95e231b4d47a32f8750f3 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-09-17 15:03:24 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-09-20 17:44:57 +0000 math/suitesparse-ldl: upgrade to 3.2.0 --- math/suitesparse-ldl/Makefile | 2 +- math/suitesparse-ldl/pkg-plist | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/math/suitesparse-ldl/Makefile b/math/suitesparse-ldl/Makefile index 40b34bfda5d7..493df4c1b9a8 100644 --- a/math/suitesparse-ldl/Makefile +++ b/math/suitesparse-ldl/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.4 +PORTVERSION= 3.2.0 CATEGORIES= math COMMENT= Simple LDL^T factorization diff --git a/math/suitesparse-ldl/pkg-plist b/math/suitesparse-ldl/pkg-plist index 3d9b2a7f747c..0d7d8e2820cc 100644 --- a/math/suitesparse-ldl/pkg-plist +++ b/math/suitesparse-ldl/pkg-plist @@ -1,8 +1,12 @@ include/suitesparse/ldl.h -lib/cmake/SuiteSparse/FindLDL.cmake +lib/cmake/LDL/LDLConfig.cmake +lib/cmake/LDL/LDLConfigVersion.cmake +lib/cmake/LDL/LDLTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LDL/LDLTargets.cmake lib/libldl.a lib/libldl.so lib/libldl.so.3 -lib/libldl.so.3.0.4 +lib/libldl.so.3.2.0 +libdata/pkgconfig/LDL.pc %%PORTDOCS%%%%DOCSDIR%%/LDL_README.txt %%PORTDOCS%%%%DOCSDIR%%/ldl_userguide.pdf