Skip to content

Commit

Permalink
math/suitesparse: upgrade to v7.2.2
Browse files Browse the repository at this point in the history
Release notes at
	<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.2.2>

It seems that only CHOLMOD is really updated.
  • Loading branch information
thierry-FreeBSD committed Oct 20, 2023
1 parent 6a311f7 commit 6e6a1c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion math/suitesparse-config/pkg-plist
Expand Up @@ -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
2 changes: 1 addition & 1 deletion math/suitesparse/Makefile
@@ -1,5 +1,5 @@
PORTNAME= suitesparse
PORTVERSION= 7.2.1
PORTVERSION= 7.2.2
CATEGORIES= math

MAINTAINER= fortran@FreeBSD.org
Expand Down
4 changes: 3 additions & 1 deletion math/suitesparse/bsd.suitesparse.mk
Expand Up @@ -4,7 +4,7 @@

PKGNAMEPREFIX= suitesparse-
SSPNAME= suitesparse
SSPVERSION= 7.2.1
SSPVERSION= 7.2.2
DISTVERSIONPREFIX= v

MAINTAINER= fortran@FreeBSD.org
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 6e6a1c4

Please sign in to comment.