diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-12-15 21:16:45 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-12-15 21:34:35 +0000 |
commit | 1d7e9552bc15884be2678a0b05bd3b9399495e13 (patch) | |
tree | 6c4b003799ac84250baf17476b927f34fc0302da | |
parent | 2207bafc0551b0955813b57b8779fa4a2116a348 (diff) |
math/suitesparse: upgrade to v6.0.2
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v6.0.2>.
Most notable change: Fortran is no more used in suitesparse-config, only
suitesparse-amd depends on it (it could even build without Fortran, but
since Fortran is already brought by OpenBlas, there is no interest to
remove some functionnalities).
-rw-r--r-- | math/suitesparse/Makefile | 2 | ||||
-rw-r--r-- | math/suitesparse/bsd.suitesparse.mk | 4 | ||||
-rw-r--r-- | math/suitesparse/distinfo | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index acf237b45cfb..0f0e59dde0fe 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= suitesparse -PORTVERSION= 6.0.1 +PORTVERSION= 6.0.2 CATEGORIES= math MAINTAINER= fortran@FreeBSD.org diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk index 6e3b542a3f14..8d5ae1541bea 100644 --- a/math/suitesparse/bsd.suitesparse.mk +++ b/math/suitesparse/bsd.suitesparse.mk @@ -4,7 +4,7 @@ PKGNAMEPREFIX= suitesparse- SSPNAME= suitesparse -SSPVERSION= 6.0.1 +SSPVERSION= 6.0.2 DISTVERSIONPREFIX= v MAINTAINER= fortran@FreeBSD.org @@ -37,7 +37,7 @@ LIB_DEPENDS+= libsuitesparseconfig.so:math/suitesparse-config OPTIONS_DEFINE+=DEMOS .endif -USES+= cmake:insource fortran gmake +USES+= cmake:insource DOCSDIR= ${PREFIX}/share/doc/${SSPNAME} MAKE_ENV= JOBS="${MAKE_JOBS_NUMBER}" \ diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo index 6f104ee81b42..8b2457e2049a 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668436115 -SHA256 (suitesparse/v6.0.1.tar.gz) = 06f55a0449775d1f43d8a33ba8c8417ea8cf76c27833b465c49825baa8741d0c -SIZE (suitesparse/v6.0.1.tar.gz) = 64831809 +TIMESTAMP = 1671126021 +SHA256 (suitesparse/v6.0.2.tar.gz) = c5d960cd210279c3c83a27747aca2fdeb2e4a13af42870ca0635739accdc6847 +SIZE (suitesparse/v6.0.2.tar.gz) = 64792847 |