diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-07-01 09:29:30 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-07-01 16:08:20 +0000 |
commit | 26e77b1199c3b90bd4574213eb7cf091e79439d9 (patch) | |
tree | c0e0405872a2926a7fc65c319ccfee546cb64b1d /math/suitesparse-amd | |
parent | e408bb88ab75d58f3b139ab078e9cb2935fbdb69 (diff) | |
download | ports-26e77b1199c3b90bd4574213eb7cf091e79439d9.tar.gz ports-26e77b1199c3b90bd4574213eb7cf091e79439d9.zip |
math/suitesparse*: upgrade SuiteSparse to v7.1.0
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.1.0>.
Diffstat (limited to 'math/suitesparse-amd')
-rw-r--r-- | math/suitesparse-amd/Makefile | 3 | ||||
-rw-r--r-- | math/suitesparse-amd/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/math/suitesparse-amd/Makefile b/math/suitesparse-amd/Makefile index 204f30de8ae7..2e2a4033a1a1 100644 --- a/math/suitesparse-amd/Makefile +++ b/math/suitesparse-amd/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTVERSION= 3.0.4 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-amd/pkg-plist b/math/suitesparse-amd/pkg-plist index fd330024a8c7..661098230f2e 100644 --- a/math/suitesparse-amd/pkg-plist +++ b/math/suitesparse-amd/pkg-plist @@ -3,6 +3,6 @@ lib/cmake/SuiteSparse/FindAMD.cmake lib/libamd.a lib/libamd.so lib/libamd.so.3 -lib/libamd.so.3.0.3 +lib/libamd.so.3.0.4 %%PORTDOCS%%%%DOCSDIR%%/AMD_README.txt %%PORTDOCS%%%%DOCSDIR%%/AMD_UserGuide.pdf |