git: bf8a3f6e518a - main - math/suitesparse[-config]: upgrade to v7.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Nov 2023 15:41:29 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bf8a3f6e518aebc18198b8fb0b210c0fec6aaffe
commit bf8a3f6e518aebc18198b8fb0b210c0fec6aaffe
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-11-05 14:59:48 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-11-05 15:40:38 +0000
math/suitesparse[-config]: upgrade to v7.3.1
- This for CHOLMOD 5.0.1;
- also add an option to support BLIS.
---
math/suitesparse/Makefile | 2 +-
math/suitesparse/bsd.suitesparse.mk | 6 ++++--
math/suitesparse/distinfo | 6 +++---
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 2a7177d6e096..26620042d7a1 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -1,5 +1,5 @@
PORTNAME= suitesparse
-PORTVERSION= 7.3.0
+PORTVERSION= 7.3.1
CATEGORIES= math
MAINTAINER= fortran@FreeBSD.org
diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk
index bcf200d19400..7efd113b1f84 100644
--- a/math/suitesparse/bsd.suitesparse.mk
+++ b/math/suitesparse/bsd.suitesparse.mk
@@ -4,7 +4,7 @@
PKGNAMEPREFIX= suitesparse-
SSPNAME= suitesparse
-SSPVERSION= 7.3.0
+SSPVERSION= 7.3.1
DISTVERSIONPREFIX= v
MAINTAINER= fortran@FreeBSD.org
@@ -64,10 +64,12 @@ OPTIONS_DEFAULT+= OPTIMIZED_CFLAGS
${MPORTNAME} == SPQR || \
${MPORTNAME} == UMFPACK
OPTIONS_RADIO+= BLAS
-OPTIONS_RADIO_BLAS+= ATLAS NETLIB OPENBLAS
+OPTIONS_RADIO_BLAS+= ATLAS BLIS NETLIB OPENBLAS
OPTIONS_DEFAULT+= OPENBLAS
+BLIS_DESC= BLAS implemntation from FLAME
ATLAS_USES= blaslapack:atlas
+BLIS_USES= blaslapack:blis
NETLIB_USES= blaslapack:netlib
OPENBLAS_USES= blaslapack:openblas
.endif
diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo
index 3c0b5f025a6d..a49020c66a12 100644
--- a/math/suitesparse/distinfo
+++ b/math/suitesparse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698592163
-SHA256 (suitesparse/v7.3.0.tar.gz) = ea290a04bd0c3dbbefe9a869a42644fc1bb61f9451040d8d88896a9df13ee620
-SIZE (suitesparse/v7.3.0.tar.gz) = 65342121
+TIMESTAMP = 1699195880
+SHA256 (suitesparse/v7.3.1.tar.gz) = b512484396a80750acf3082adc1807ba0aabb103c2e09be5691f46f14d0a9718
+SIZE (suitesparse/v7.3.1.tar.gz) = 65341950