math/suitesparse: upgrade to v7.2.2
Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.2.2> It seems that only CHOLMOD is really updated.
This commit is contained in:
parent
6a311f77ac
commit
6e6a1c451e
4 changed files with 8 additions and 6 deletions
|
@ -13,7 +13,7 @@ lib/cmake/SuiteSparse_config/SuiteSparse_configTargets.cmake
|
|||
lib/libsuitesparseconfig.a
|
||||
lib/libsuitesparseconfig.so
|
||||
lib/libsuitesparseconfig.so.7
|
||||
lib/libsuitesparseconfig.so.7.2.1
|
||||
lib/libsuitesparseconfig.so.%%VER%%
|
||||
libdata/pkgconfig/SuiteSparse_config.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SuiteSparse_README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/config_README.txt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= suitesparse
|
||||
PORTVERSION= 7.2.1
|
||||
PORTVERSION= 7.2.2
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= fortran@FreeBSD.org
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PKGNAMEPREFIX= suitesparse-
|
||||
SSPNAME= suitesparse
|
||||
SSPVERSION= 7.2.1
|
||||
SSPVERSION= 7.2.2
|
||||
DISTVERSIONPREFIX= v
|
||||
|
||||
MAINTAINER= fortran@FreeBSD.org
|
||||
|
@ -51,6 +51,8 @@ LDFLAGS+= -L${WRKSRC}/lib # prevent linking with shared libs from the preinstall
|
|||
INSTALL_TARGET= install # skip USES=cmake
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
PLIST_SUB+= VER=${PORTVERSION}
|
||||
|
||||
# FIXME: wont work if .CURDIR contains spaces
|
||||
DISTINFO_FILE= ${.CURDIR}/../../math/suitesparse/distinfo
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1697272278
|
||||
SHA256 (suitesparse/v7.2.1.tar.gz) = 304e959a163ff74f8f4055dade3e0b5498d9aa3b1c483633bb400620f521509f
|
||||
SIZE (suitesparse/v7.2.1.tar.gz) = 65392568
|
||||
TIMESTAMP = 1697738812
|
||||
SHA256 (suitesparse/v7.2.2.tar.gz) = ec0ece3348ce410d938543dc94f63fc7816016610f2d0d5cfc633c8f86597e02
|
||||
SIZE (suitesparse/v7.2.2.tar.gz) = 65392248
|
||||
|
|
Loading…
Reference in a new issue