mingw-w64-suitesparse
The package builds from an official project source (GitHub) and follows standard AUR practices; the 'recently orphaned & re-adopted' flag is administrative and does not indicate malicious intent or supply-chain risk.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from an official project source (GitHub) and follows standard AUR practices; the 'recently orphaned & re-adopted' flag is administrative and does not indicate malicious intent or supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
pkgname=mingw-w64-suitesparse
pkgver=7.13.0
pkgrel=1
pkgdesc="A collection of sparse matrix libraries (mingw-w64)"
url="https://people.engr.tamu.edu/davis/suitesparse.html"
arch=('any')
depends=('mingw-w64-lapack' 'mingw-w64-mpfr')
makedepends=('mingw-w64-cmake')
license=('GPL')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v${pkgver}.tar.gz")
sha256sums=('561c0e2559f9e11d889d9b5fa7340e62aa8a183703292a524d138c36b80d4b50')
_architectures=${MINGW_W64_ARCHS:-x86_64-w64-mingw32}
build() {
cd "$srcdir/SuiteSparse-${pkgver}"
for _arch in ${_architectures}
do
${_arch}-cmake -DSUITESPARSE_DEMOS=OFF -DBUILD_TESTING=OFF \
-DBLA_VENDOR=Generic -DGRAPHBLAS_COMPACT=ON -B build-${_arch} .
cmake --build build-${_arch}
done
}
package() {
cd "$srcdir/SuiteSparse-${pkgver}"
for _arch in ${_architectures}
do
DESTDIR="$pkgdir" cmake --build build-${_arch} --target install
rm "$pkgdir"/usr/${_arch}/bin/*.exe
${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
done
}
Changes since previous scan
--- PKGBUILD @ 2026-07-29 19:12+++ PKGBUILD @ 2026-08-26 00:12@@ -1,5 +1,5 @@ pkgname=mingw-w64-suitesparse-pkgver=7.12.3+pkgver=7.13.0 pkgrel=1 pkgdesc="A collection of sparse matrix libraries (mingw-w64)" url="https://people.engr.tamu.edu/davis/suitesparse.html"@@ -9,9 +9,9 @@ license=('GPL') options=('!buildflags' '!strip' 'staticlibs') source=("https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v${pkgver}.tar.gz")-sha256sums=('158ee4ed2ce3fdcbf52c4e47e94b0d1a8ae13344b4a835991d78a3ad20f08086')+sha256sums=('561c0e2559f9e11d889d9b5fa7340e62aa8a183703292a524d138c36b80d4b50') -_architectures="i686-w64-mingw32 x86_64-w64-mingw32"+_architectures=${MINGW_W64_ARCHS:-x86_64-w64-mingw32} build() { cd "$srcdir/SuiteSparse-${pkgver}"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 00:12:07 | Low | 2 |
| 2026-08-25 23:28:42 | Medium | 1 |
| 2026-08-11 21:21:47 | Clean | 0 |
| 2026-07-29 19:12:33 | Clean | 0 |
| 2026-06-18 16:11:54 | Clean | 0 |