mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
SuiteSparse: update to 7.11.0.
This commit is contained in:
parent
ec0da53cae
commit
0a536ea036
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'SuiteSparse'
|
# Template file for 'SuiteSparse'
|
||||||
pkgname=SuiteSparse
|
pkgname=SuiteSparse
|
||||||
version=7.10.3
|
version=7.11.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake gcc-fortran"
|
hostmakedepends="gcc-fortran"
|
||||||
makedepends="libgomp-devel mpfr-devel
|
makedepends="libgomp-devel mpfr-devel
|
||||||
$(vopt_if openblas 'openblas-devel' 'lapack-devel')"
|
$(vopt_if openblas 'openblas-devel' 'lapack-devel')"
|
||||||
short_desc="Suite of sparse matrix software"
|
short_desc="Suite of sparse matrix software"
|
||||||
|
@ -12,7 +12,7 @@ license="custom:multiple"
|
||||||
homepage="https://people.engr.tamu.edu/davis/suitesparse.html"
|
homepage="https://people.engr.tamu.edu/davis/suitesparse.html"
|
||||||
changelog="https://raw.githubusercontent.com/DrTimothyAldenDavis/SuiteSparse/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/DrTimothyAldenDavis/SuiteSparse/master/ChangeLog"
|
||||||
distfiles="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=09e7bcc8e5de0a5b55d2ae9fd6378d5f4dc1b85a933593339a0872b24e2cc102
|
checksum=93ed4c4e546a49fc75884c3a8b807d5af4a91e39d191fbbc60a07380b12a35d1
|
||||||
|
|
||||||
build_options="openblas"
|
build_options="openblas"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue