summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-10-22 19:30:39 +0200
committerMichel Zou2023-10-22 19:30:39 +0200
commitb2e23f28d03aee894540e82b0ed2b16822d532a9 (patch)
treea848bdd216a99023648867d28206ab3523f5475d /PKGBUILD
parentb2945515d3bf2e3a26cc059693a7f697cdfa97fe (diff)
downloadaur-b2e23f28d03aee894540e82b0ed2b16822d532a9.tar.gz
7.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae9e27a4d590..4c7b003467f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-suitesparse
-pkgver=7.2.0
+pkgver=7.2.2
pkgrel=1
pkgdesc="A collection of sparse matrix libraries (mingw-w64)"
url="https://people.engr.tamu.edu/davis/suitesparse.html"
@@ -9,15 +9,13 @@ makedepends=('mingw-w64-cmake')
license=('GPL')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v${pkgver}.tar.gz")
-sha256sums=('ce63c34f566d0aeae3c85fdc5b72d293f7e834d10ec0a0417b4c0823ce6c0474')
+sha256sums=('ec0ece3348ce410d938543dc94f63fc7816016610f2d0d5cfc633c8f86597e02')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
_subdirectories="SuiteSparse_config Mongoose AMD BTF CAMD CCOLAMD COLAMD CHOLMOD CXSparse LDL KLU UMFPACK RBio SuiteSparse_GPURuntime GPUQREngine SPQR SPEX GraphBLAS"
prepare () {
cd "$srcdir"/SuiteSparse-${pkgver}
- # https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/408
- curl -L https://github.com/DrTimothyAldenDavis/SuiteSparse/commit/f3c9f8dd.patch | patch -p1
}
build() {