math/suitesparse*: upgrade to 5.12.0
Upgrade SuiteSparse (and suitesparse-config) to 5.12.0, SPQR to 2.1.0, and GraphBLAS to v7.0.3.
This commit is contained in:
parent
f39240a8e3
commit
352dc8158b
8 changed files with 11 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
include/suitesparse/SuiteSparse_config.h
|
||||
lib/libsuitesparseconfig.so
|
||||
lib/libsuitesparseconfig.so.5
|
||||
lib/libsuitesparseconfig.so.5.10.1
|
||||
lib/libsuitesparseconfig.so.5.12.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SUITESPARSECONFIG_README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SuiteSparse_README.md
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
||||
|
||||
PORTNAME= ${MPORTNAME:tl}
|
||||
PORTVERSION= 5.0.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.0.3
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Graph algorithms in the language of linear algebra
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
include/suitesparse/GraphBLAS.h
|
||||
lib/libgraphblas.a
|
||||
lib/libgraphblas.so
|
||||
lib/libgraphblas.so.5
|
||||
lib/libgraphblas.so.5.0.5
|
||||
lib/libgraphblas.so.7
|
||||
lib/libgraphblas.so.7.0.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
||||
|
||||
PORTNAME= ${MPORTNAME:tl}
|
||||
PORTVERSION= 2.0.9
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Sparse QR factorization
|
||||
|
|
|
@ -4,6 +4,6 @@ include/suitesparse/SuiteSparseQR_definitions.h
|
|||
include/suitesparse/spqr.hpp
|
||||
lib/libspqr.so
|
||||
lib/libspqr.so.2
|
||||
lib/libspqr.so.2.0.9
|
||||
lib/libspqr.so.2.1.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SPQR_README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/spqr_user_guide.pdf
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Maho Nakata <maho@FreeBSD.org>
|
||||
|
||||
PORTNAME= suitesparse
|
||||
PORTVERSION= 5.10.1
|
||||
PORTVERSION= 5.12.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= fortran@FreeBSD.org
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PKGNAMEPREFIX= suitesparse-
|
||||
SSPNAME= suitesparse
|
||||
SSPVERSION= 5.10.1
|
||||
SSPVERSION= 5.12.0
|
||||
DISTVERSIONPREFIX= v
|
||||
|
||||
MAINTAINER= fortran@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1622466861
|
||||
SHA256 (suitesparse/v5.10.1.tar.gz) = acb4d1045f48a237e70294b950153e48dce5b5f9ca8190e86c2b8c54ce00a7ee
|
||||
SIZE (suitesparse/v5.10.1.tar.gz) = 59919745
|
||||
TIMESTAMP = 1649767800
|
||||
SHA256 (suitesparse/v5.12.0.tar.gz) = 5fb0064a3398111976f30c5908a8c0b40df44c6dd8f0cc4bfa7b9e45d8c647de
|
||||
SIZE (suitesparse/v5.12.0.tar.gz) = 65066114
|
||||
|
|
Loading…
Reference in a new issue