git: 6f6c8a5b43a9 - main - math/suitesparse-graphblas: upgrade to 8.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 17:46:47 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f6c8a5b43a9ff1eb221330a46931eaa1b5333c9 commit 6f6c8a5b43a9ff1eb221330a46931eaa1b5333c9 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-09-17 14:34:19 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-09-20 17:44:56 +0000 math/suitesparse-graphblas: upgrade to 8.2.0 --- math/suitesparse-graphblas/Makefile | 11 +++++++---- math/suitesparse-graphblas/pkg-plist | 8 ++++++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/math/suitesparse-graphblas/Makefile b/math/suitesparse-graphblas/Makefile index ea38b2a40268..dfe5b3e4290d 100644 --- a/math/suitesparse-graphblas/Makefile +++ b/math/suitesparse-graphblas/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 8.0.2 +PORTVERSION= 8.2.0 CATEGORIES= math COMMENT= Graph algorithms in the language of linear algebra @@ -12,9 +12,12 @@ USES= localbase:ldflags MPORTNAME= GraphBLAS USE_LDCONFIG= yes -PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf GraphBLAS_API_C_v13.pdf \ - GraphBLAS_UserGuide.pdf HPEC19.pdf lagraph-grapl19.pdf \ - toms_graphblas.pdf +PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf Davis_HPEC18.pdf \ + GraphBLAS_API_C_2.0.0.pdf GraphBLAS_API_C_v13.pdf \ + GraphBLAS_UserGuide.pdf HPEC19.pdf \ + HPEC20_Python_and_MATLAB.pdf lagraph-grapl19.pdf \ + toms_graphblas.pdf toms_parallel_grb2.pdf \ + The_GraphBLAS_in_Julia_and_Python_the_PageRank_and_Triangle_Centralities.pdf .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" diff --git a/math/suitesparse-graphblas/pkg-plist b/math/suitesparse-graphblas/pkg-plist index 200f1aeae3ae..03ca435a8529 100644 --- a/math/suitesparse-graphblas/pkg-plist +++ b/math/suitesparse-graphblas/pkg-plist @@ -1,5 +1,9 @@ include/suitesparse/GraphBLAS.h -lib/cmake/SuiteSparse/FindGraphBLAS.cmake +lib/cmake/GraphBLAS/GraphBLASConfig.cmake +lib/cmake/GraphBLAS/GraphBLASConfigVersion.cmake +lib/cmake/GraphBLAS/GraphBLASTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/GraphBLAS/GraphBLASTargets.cmake lib/libgraphblas.so lib/libgraphblas.so.8 -lib/libgraphblas.so.8.0.2 +lib/libgraphblas.so.8.2.0 +libdata/pkgconfig/GraphBLAS.pc