Merge pull request #19765 from mmuetzel/suitesparse

suitesparse: update to 7.5.1
This commit is contained in:
Markus Mützel
2024-01-15 10:24:18 +01:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
_realname=suitesparse
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-suitesparse")
pkgver=7.4.0
pkgver=7.5.1
pkgrel=1
pkgdesc='A suite of sparse matrix algorithms (mingw-w64)'
arch=('any')
@@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
optdepends=("${MINGW_PACKAGE_PREFIX}-cc: GraphBLAS JIT compiler"
"sh: GraphBLAS JIT compiler")
source=("https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('f9a5cc2316a967198463198f7bf10fb8c4332de6189b0e405419a7092bc921b7')
sha256sums=('dccfb5f75aa83fe2edb4eb2462fc984a086c82bad8433f63c31048d84b565d74')
apply_patch_with_msg() {
for _patch in "$@"