mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/suitesparse*: upgrade to v7.10.1
Releases notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases This upgrades CHOLMOD ito 5.3.1, GraphBLAS to 10.0.1, LAGraph to 1.1.5 and SPEX to 3.2.3. No PORTREVISION bump required.
This commit is contained in:
parent
b74dc2bf4f
commit
ded7047347
9 changed files with 10 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= ${MPORTNAME:tl}
|
||||
PORTVERSION= 5.3.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 5.3.1
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Sparse CHOLesky MODification package
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= ${MPORTNAME:tl}
|
||||
PORTVERSION= ${SSPVERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Common library for SuiteSparse
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= ${MPORTNAME:tl}
|
||||
PORTVERSION= 9.3.1
|
||||
PORTVERSION= 10.0.1
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Graph algorithms in the language of linear algebra
|
||||
|
|
|
@ -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.9
|
||||
lib/libgraphblas.so.10
|
||||
lib/libgraphblas.so.%%VER%%
|
||||
libdata/pkgconfig/GraphBLAS.pc
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= ${MPORTNAME:tl}
|
||||
PORTVERSION= 1.1.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.5
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Graph algorithms based on GraphBLAS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= ${MPORTNAME:tl}
|
||||
PORTVERSION= 3.2.1
|
||||
PORTVERSION= 3.2.3
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Sparse Left-looking Integer-Preserving LU Factorization
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= suitesparse
|
||||
PORTVERSION= 7.8.3
|
||||
PORTVERSION= 7.10.1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= fortran@FreeBSD.org
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PKGNAMEPREFIX= suitesparse-
|
||||
SSPNAME= suitesparse
|
||||
SSPVERSION= 7.8.3
|
||||
SSPVERSION= 7.10.1
|
||||
DISTVERSIONPREFIX= v
|
||||
|
||||
MAINTAINER= fortran@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1737655022
|
||||
SHA256 (suitesparse/v7.8.3.tar.gz) = ce39b28d4038a09c14f21e02c664401be73c0cb96a9198418d6a98a7db73a259
|
||||
SIZE (suitesparse/v7.8.3.tar.gz) = 87356354
|
||||
TIMESTAMP = 1742055748
|
||||
SHA256 (suitesparse/v7.10.1.tar.gz) = 9e2974e22dba26a3cffe269731339ae8e01365cfe921b06be6359902bd05862c
|
||||
SIZE (suitesparse/v7.10.1.tar.gz) = 87776029
|
||||
|
|
Loading…
Add table
Reference in a new issue