Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2024 10:21:19 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 81b1a293d280 - main - math/suitesparse-graphblas: upgrade GraphBLAS to 9.0.0
Message-ID:  <202401131021.40DALJ84063353@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=81b1a293d280cc348ebc4883746a4521d20da54e

commit 81b1a293d280cc348ebc4883746a4521d20da54e
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-01-12 13:03:45 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-01-13 10:15:03 +0000

    math/suitesparse-graphblas: upgrade GraphBLAS to 9.0.0
    
    - supporting the v2.1 C API;
    
    - update WWW.
---
 math/suitesparse-graphblas/Makefile  | 6 +++---
 math/suitesparse-graphblas/pkg-descr | 2 ++
 math/suitesparse-graphblas/pkg-plist | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/math/suitesparse-graphblas/Makefile b/math/suitesparse-graphblas/Makefile
index 775d8e8a9775..8446b864f23b 100644
--- a/math/suitesparse-graphblas/Makefile
+++ b/math/suitesparse-graphblas/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	${MPORTNAME:tl}
-PORTVERSION=	8.3.1
+PORTVERSION=	9.0.0
 CATEGORIES=	math
 
 COMMENT=	Graph algorithms in the language of linear algebra
-WWW=		https://faculty.cse.tamu.edu/davis/suitesparse.html
+WWW=		https://graphblas.org/
 
 LICENSE=	APACHE20
 
@@ -15,7 +15,7 @@ CMAKE_ARGS+=	-DGRAPHBLAS_COMPACT:BOOL=On	\
 USE_LDCONFIG=	yes
 
 PORTDOCS=	CSC20_OpenMP_GraphBLAS.pdf Davis_HPEC18.pdf	\
-		GraphBLAS_API_C_2.0.0.pdf	\
+		GraphBLAS_API_C_v2.1.0.pdf	\
 		GraphBLAS_UserGuide.pdf HPEC19.pdf	\
 		HPEC20_Python_and_MATLAB.pdf lagraph-grapl19.pdf	\
 		toms_graphblas.pdf toms_parallel_grb2.pdf	\
diff --git a/math/suitesparse-graphblas/pkg-descr b/math/suitesparse-graphblas/pkg-descr
index ad52d8d47987..26b6ffa6d448 100644
--- a/math/suitesparse-graphblas/pkg-descr
+++ b/math/suitesparse-graphblas/pkg-descr
@@ -7,3 +7,5 @@ types. When applied to sparse adjacency matrices, these algebraic
 operations are equivalent to computations on graphs. GraphBLAS provides
 a powerful and expressive framework for creating graph algorithms based
 on the elegant mathematics of sparse matrix operations on a semiring.
+
+See also <https://github.com/GraphBLAS/>.
diff --git a/math/suitesparse-graphblas/pkg-plist b/math/suitesparse-graphblas/pkg-plist
index 75ebd7a20188..c4151a9f76fe 100644
--- a/math/suitesparse-graphblas/pkg-plist
+++ b/math/suitesparse-graphblas/pkg-plist
@@ -4,6 +4,6 @@ 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.9
 lib/libgraphblas.so.%%VER%%
 libdata/pkgconfig/GraphBLAS.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401131021.40DALJ84063353>