Skip to content

Commit

Permalink
math/suitesparse-graphblas: upgrade to 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed Oct 15, 2023
1 parent 762923a commit 679f9b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion math/suitesparse-graphblas/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 8.2.0
PORTVERSION= 8.2.1
CATEGORIES= math

COMMENT= Graph algorithms in the language of linear algebra
Expand All @@ -10,6 +10,7 @@ LICENSE= APACHE20
USES= localbase:ldflags

MPORTNAME= GraphBLAS
CMAKE_ARGS+= -DNSTATIC:BOOL=false
USE_LDCONFIG= yes

PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf Davis_HPEC18.pdf \
Expand Down
3 changes: 2 additions & 1 deletion math/suitesparse-graphblas/pkg-plist
Expand Up @@ -3,7 +3,8 @@ 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.a
lib/libgraphblas.so
lib/libgraphblas.so.8
lib/libgraphblas.so.8.2.0
lib/libgraphblas.so.8.2.1
libdata/pkgconfig/GraphBLAS.pc

0 comments on commit 679f9b9

Please sign in to comment.