Date: Sat, 11 Jan 2025 10:02:40 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: 540ef83c7de8 - main - math/suitesparse: update to 7.8.2 Message-ID: <202501111002.50BA2e3N091815@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=540ef83c7de8095d9a140e7a971c07b0f02fbd23 commit 540ef83c7de8095d9a140e7a971c07b0f02fbd23 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-01-11 09:06:17 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-01-11 10:02:35 +0000 math/suitesparse: update to 7.8.2 Release notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.8.2 --- math/suitesparse-amd/Makefile | 2 +- math/suitesparse-camd/Makefile | 2 +- math/suitesparse-ccolamd/Makefile | 2 +- math/suitesparse-cholmod/Makefile | 3 +-- math/suitesparse-colamd/Makefile | 2 +- math/suitesparse-cxsparse/Makefile | 2 +- math/suitesparse-graphblas/Makefile | 2 +- math/suitesparse-klu/Makefile | 2 +- math/suitesparse-lagraph/Makefile | 2 +- math/suitesparse-mongoose/Makefile | 2 +- math/suitesparse-paru/Makefile | 3 +-- math/suitesparse-paru/pkg-plist | 4 +--- math/suitesparse-rbio/Makefile | 2 +- math/suitesparse-spex/Makefile | 2 +- math/suitesparse-spqr/Makefile | 3 +-- math/suitesparse-umfpack/Makefile | 3 +-- math/suitesparse/Makefile | 2 +- math/suitesparse/bsd.suitesparse.mk | 4 ++-- math/suitesparse/distinfo | 6 +++--- 19 files changed, 22 insertions(+), 28 deletions(-) diff --git a/math/suitesparse-amd/Makefile b/math/suitesparse-amd/Makefile index 2a8fbed6e045..d691bd32e98a 100644 --- a/math/suitesparse-amd/Makefile +++ b/math/suitesparse-amd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.2 +PORTVERSION= 3.3.3 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-camd/Makefile b/math/suitesparse-camd/Makefile index 28d0cd655109..be7105d4eee0 100644 --- a/math/suitesparse-camd/Makefile +++ b/math/suitesparse-camd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.2 +PORTVERSION= 3.3.3 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-ccolamd/Makefile b/math/suitesparse-ccolamd/Makefile index 2fdb3d42052f..784e115fefbf 100644 --- a/math/suitesparse-ccolamd/Makefile +++ b/math/suitesparse-ccolamd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 CATEGORIES= math COMMENT= Constrained column approximate minimum degree ordering diff --git a/math/suitesparse-cholmod/Makefile b/math/suitesparse-cholmod/Makefile index c5835b4b3053..4a9b4ce270c2 100644 --- a/math/suitesparse-cholmod/Makefile +++ b/math/suitesparse-cholmod/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 5.2.1 -PORTREVISION= 1 +PORTVERSION= 5.3.0 CATEGORIES= math COMMENT= Sparse CHOLesky MODification package diff --git a/math/suitesparse-colamd/Makefile b/math/suitesparse-colamd/Makefile index f936080ea81b..4edc32470c9a 100644 --- a/math/suitesparse-colamd/Makefile +++ b/math/suitesparse-colamd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 CATEGORIES= math COMMENT= Column approximate minimum degree ordering algorithm diff --git a/math/suitesparse-cxsparse/Makefile b/math/suitesparse-cxsparse/Makefile index 22480f8cdb6a..fa1aa8d7d47b 100644 --- a/math/suitesparse-cxsparse/Makefile +++ b/math/suitesparse-cxsparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= math COMMENT= Extended version of CSparse diff --git a/math/suitesparse-graphblas/Makefile b/math/suitesparse-graphblas/Makefile index 3ca18c66dba2..f50b29b293a7 100644 --- a/math/suitesparse-graphblas/Makefile +++ b/math/suitesparse-graphblas/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 9.1.0 +PORTVERSION= 9.3.1 CATEGORIES= math COMMENT= Graph algorithms in the language of linear algebra diff --git a/math/suitesparse-klu/Makefile b/math/suitesparse-klu/Makefile index 686d1d82514d..b10c1ac05148 100644 --- a/math/suitesparse-klu/Makefile +++ b/math/suitesparse-klu/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= math COMMENT= Sparse LU factorization, for circuit simulation diff --git a/math/suitesparse-lagraph/Makefile b/math/suitesparse-lagraph/Makefile index fd532be85270..9ab24d29cf1e 100644 --- a/math/suitesparse-lagraph/Makefile +++ b/math/suitesparse-lagraph/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= math COMMENT= Graph algorithms based on GraphBLAS diff --git a/math/suitesparse-mongoose/Makefile b/math/suitesparse-mongoose/Makefile index 6119148b28fe..42feafc8145e 100644 --- a/math/suitesparse-mongoose/Makefile +++ b/math/suitesparse-mongoose/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-paru/Makefile b/math/suitesparse-paru/Makefile index 616e6c1a7cc7..b9e52c7053a6 100644 --- a/math/suitesparse-paru/Makefile +++ b/math/suitesparse-paru/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= math parallel COMMENT= Parallel unsymmetric multifrontal method diff --git a/math/suitesparse-paru/pkg-plist b/math/suitesparse-paru/pkg-plist index cb2209f264ef..b942b1696d47 100644 --- a/math/suitesparse-paru/pkg-plist +++ b/math/suitesparse-paru/pkg-plist @@ -1,6 +1,4 @@ -include/suitesparse/ParU.hpp -include/suitesparse/ParU_C.h -include/suitesparse/ParU_definitions.h +include/suitesparse/ParU.h lib/cmake/ParU/ParUConfig.cmake lib/cmake/ParU/ParUConfigVersion.cmake lib/cmake/ParU/ParUTargets-%%CMAKE_BUILD_TYPE%%.cmake diff --git a/math/suitesparse-rbio/Makefile b/math/suitesparse-rbio/Makefile index f0c690bdb3d9..928d1721d6e1 100644 --- a/math/suitesparse-rbio/Makefile +++ b/math/suitesparse-rbio/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.3.2 +PORTVERSION= 4.3.3 CATEGORIES= math COMMENT= Read/write sparse matrices diff --git a/math/suitesparse-spex/Makefile b/math/suitesparse-spex/Makefile index d7738b8b2c55..6f4f6bd31799 100644 --- a/math/suitesparse-spex/Makefile +++ b/math/suitesparse-spex/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.1 CATEGORIES= math COMMENT= Sparse Left-looking Integer-Preserving LU Factorization diff --git a/math/suitesparse-spqr/Makefile b/math/suitesparse-spqr/Makefile index 13347b410441..41fa6419fea2 100644 --- a/math/suitesparse-spqr/Makefile +++ b/math/suitesparse-spqr/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.3.3 -PORTREVISION= 1 +PORTVERSION= 4.3.4 CATEGORIES= math COMMENT= Sparse QR factorization diff --git a/math/suitesparse-umfpack/Makefile b/math/suitesparse-umfpack/Makefile index e9501819e3e1..b75339706814 100644 --- a/math/suitesparse-umfpack/Makefile +++ b/math/suitesparse-umfpack/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 6.3.3 -PORTREVISION= 1 +PORTVERSION= 6.3.4 CATEGORIES= math COMMENT= Sparse multifrontal LU factorization diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 57ceaffc1048..34b863051b7d 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= suitesparse -PORTVERSION= 7.7.0 +PORTVERSION= 7.8.2 CATEGORIES= math MAINTAINER= fortran@FreeBSD.org diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk index 5719f8b702b4..a62e5e3f087d 100644 --- a/math/suitesparse/bsd.suitesparse.mk +++ b/math/suitesparse/bsd.suitesparse.mk @@ -4,7 +4,7 @@ PKGNAMEPREFIX= suitesparse- SSPNAME= suitesparse -SSPVERSION= 7.7.0 +SSPVERSION= 7.8.2 DISTVERSIONPREFIX= v MAINTAINER= fortran@FreeBSD.org @@ -39,7 +39,7 @@ LIB_DEPENDS+= libsuitesparseconfig.so:math/suitesparse-config OPTIONS_DEFINE+=DEMOS .endif -USES+= cmake:insource pathfix +USES+= cmake:insource fortran pathfix DOCSDIR= ${PREFIX}/share/doc/${SSPNAME} MAKE_ENV= JOBS="${MAKE_JOBS_NUMBER}" \ diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo index 412a443bd086..7316b1068a11 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714315898 -SHA256 (suitesparse/v7.7.0.tar.gz) = 529b067f5d80981f45ddf6766627b8fc5af619822f068f342aab776e683df4f3 -SIZE (suitesparse/v7.7.0.tar.gz) = 85876065 +TIMESTAMP = 1724813654 +SHA256 (suitesparse/v7.8.2.tar.gz) = 996c48c87baaeb5fc04bd85c7e66d3651a56fe749c531c60926d75b4db5d2181 +SIZE (suitesparse/v7.8.2.tar.gz) = 87337633
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501111002.50BA2e3N091815>