scalapack-bin

LOW
maintainer pineappletoad 0 votes scanned 2026-09-03 13:53:13.144096
View on AUR
Why flagged

The package is a precompiled binary from a GitHub release by a maintainer with few votes and recent upload, but it installs only legitimate scientific computing libraries from a plausible project source, posing low risk.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package is a precompiled binary from a GitHub release by a maintainer with few votes and recent upload, but it installs only legitimate scientific computing libraries from a plausible project source, posing low risk.

PKGBUILD

1# Maintainer: pineappletoad
2
3pkgname=scalapack-bin
4pkgver=2.2.3
5_pkgrel_src=1
6pkgrel=1
7pkgdesc="Subset of scalable LAPACK routines redesigned for distributed memory computers (precompiled)"
8arch=('x86_64')
9url="http://www.netlib.org/scalapack"
10license=('BSD-3-Clause')
11options=('!debug')
12provides=('scalapack' 'blacs')
13conflicts=('scalapack')
14depends=('glibc' 'openmpi' 'blas' 'lapack')
15
16source=("https://github.com/tubbywrestler/scalapack-bin/releases/download/${pkgver}-${_pkgrel_src}/scalapack-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst")
17sha256sums=('771086d5720ec038d83bbe274c8a0c72f5e8920ad3b588a8f1e7206554e5d073')
18
19package() {
20 bsdtar -xf "${srcdir}/scalapack-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst" -C "${pkgdir}" --exclude .PKGINFO --exclude .BUILDINFO --exclude .MTREE
21}
22

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 13:53:13 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion