math/suitesparse-graphblas: upgrade to 8.2.0

This commit is contained in:
Thierry Thomas 2023-09-17 16:34:19 +02:00
parent 14162c984c
commit 6f6c8a5b43
2 changed files with 13 additions and 6 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= ${MPORTNAME:tl} PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 8.0.2 PORTVERSION= 8.2.0
CATEGORIES= math CATEGORIES= math
COMMENT= Graph algorithms in the language of linear algebra COMMENT= Graph algorithms in the language of linear algebra
@ -12,9 +12,12 @@ USES= localbase:ldflags
MPORTNAME= GraphBLAS MPORTNAME= GraphBLAS
USE_LDCONFIG= yes USE_LDCONFIG= yes
PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf GraphBLAS_API_C_v13.pdf \ PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf Davis_HPEC18.pdf \
GraphBLAS_UserGuide.pdf HPEC19.pdf lagraph-grapl19.pdf \ GraphBLAS_API_C_2.0.0.pdf GraphBLAS_API_C_v13.pdf \
toms_graphblas.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" .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"

View file

@ -1,5 +1,9 @@
include/suitesparse/GraphBLAS.h 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
lib/libgraphblas.so.8 lib/libgraphblas.so.8
lib/libgraphblas.so.8.0.2 lib/libgraphblas.so.8.2.0
libdata/pkgconfig/GraphBLAS.pc