diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-05-18 18:33:49 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-05-18 18:38:53 +0200 |
commit | 32ab6de6ea8539ab2a79dc78b7c1eb40b6ef0fcc (patch) | |
tree | 074a30e3ddb0d93f0e5ce98278fd2863abb05ea9 /math/suitesparse-graphblas | |
parent | lang/lfortran: upgrade to v0.52.0 (diff) |
math/suitesparse*: upgrade to v7.10.3
Release notes at
https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.10.3
This includes updates of suitesparse-camd to 3.3.4
and suitesparse-graphblas to 10.0.5.
Diffstat (limited to 'math/suitesparse-graphblas')
-rw-r--r-- | math/suitesparse-graphblas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/suitesparse-graphblas/Makefile b/math/suitesparse-graphblas/Makefile index 1a0a7aa95fab..0a1e902b920d 100644 --- a/math/suitesparse-graphblas/Makefile +++ b/math/suitesparse-graphblas/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 10.0.3 +PORTVERSION= 10.0.5 CATEGORIES= math COMMENT= Graph algorithms in the language of linear algebra |