scalapack-bin
LOW
maintainer pineappletoad
0 votes
scanned 2026-09-03 13:53:13.144096
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
3
pkgname=scalapack-bin
4
pkgver=2.2.3
5
_pkgrel_src=1
6
pkgrel=1
7
pkgdesc="Subset of scalable LAPACK routines redesigned for distributed memory computers (precompiled)"
8
arch=('x86_64')
9
url="http://www.netlib.org/scalapack"
10
license=('BSD-3-Clause')
11
options=('!debug')
12
provides=('scalapack' 'blacs')
13
conflicts=('scalapack')
14
depends=('glibc' 'openmpi' 'blas' 'lapack')
15
16
source=("https://github.com/tubbywrestler/scalapack-bin/releases/download/${pkgver}-${_pkgrel_src}/scalapack-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst")
17
sha256sums=('771086d5720ec038d83bbe274c8a0c72f5e8920ad3b588a8f1e7206554e5d073')
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-03 13:53:13 | Low | 2 |