aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-11-05 14:59:48 +0000
committerThierry Thomas <thierry@FreeBSD.org>2023-11-05 15:40:38 +0000
commitbf8a3f6e518aebc18198b8fb0b210c0fec6aaffe (patch)
treede3f59536ad140f5a4f8b33051454778b56ae65a
parent6bf92cb15dff04a15a6d801176a9dd954583c805 (diff)
downloadports-bf8a3f6e518aebc18198b8fb0b210c0fec6aaffe.tar.gz
ports-bf8a3f6e518aebc18198b8fb0b210c0fec6aaffe.zip
math/suitesparse[-config]: upgrade to v7.3.1
- This for CHOLMOD 5.0.1; - also add an option to support BLIS.
-rw-r--r--math/suitesparse/Makefile2
-rw-r--r--math/suitesparse/bsd.suitesparse.mk6
-rw-r--r--math/suitesparse/distinfo6
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