mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
math/suitesparse[-config]: upgrade to v7.3.1
- This for CHOLMOD 5.0.1; - also add an option to support BLIS.
This commit is contained in:
parent
6bf92cb15d
commit
bf8a3f6e51
@ -1,5 +1,5 @@
|
||||
PORTNAME= suitesparse
|
||||
PORTVERSION= 7.3.0
|
||||
PORTVERSION= 7.3.1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= fortran@FreeBSD.org
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user