SuiteSparse: update to 7.11.0.

This commit is contained in:
Gonzalo Tornaría 2025-08-24 16:44:49 -03:00 committed by Đoàn Trần Công Danh
parent ec0da53cae
commit 0a536ea036

View file

@ -1,9 +1,9 @@
# Template file for 'SuiteSparse'
pkgname=SuiteSparse
version=7.10.3
version=7.11.0
revision=1
build_style=cmake
hostmakedepends="cmake gcc-fortran"
hostmakedepends="gcc-fortran"
makedepends="libgomp-devel mpfr-devel
$(vopt_if openblas 'openblas-devel' 'lapack-devel')"
short_desc="Suite of sparse matrix software"
@ -12,7 +12,7 @@ license="custom:multiple"
homepage="https://people.engr.tamu.edu/davis/suitesparse.html"
changelog="https://raw.githubusercontent.com/DrTimothyAldenDavis/SuiteSparse/master/ChangeLog"
distfiles="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v${version}.tar.gz"
checksum=09e7bcc8e5de0a5b55d2ae9fd6378d5f4dc1b85a933593339a0872b24e2cc102
checksum=93ed4c4e546a49fc75884c3a8b807d5af4a91e39d191fbbc60a07380b12a35d1
build_options="openblas"