mumps-par
The package builds from source hosted on the project's official domain (mumps-solver.org), which is normal for AUR packages; the non-whitelisted host is the project's own site, so the download is legitimate and poses no 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 source hosted on the project's official domain (mumps-solver.org), which is normal for AUR packages; the non-whitelisted host is the project's own site, so the download is legitimate and poses no supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:15
source=(https://mumps-solver.org/MUMPS_${pkgver}.tar.gz
PKGBUILD
1 offending line(s) highlighted# Maintainer: Michele Mocciola <mickele>
# Contributor: Guillaume Dollé < dolle dot guillaume at gmail dot com >
# Contributor: Lucas H. Gabrielli
pkgname=mumps-par
pkgver=5.9.1
pkgrel=1
pkgdesc="Sparse solver library using Gaussian elimination, with parmetis implementation"
url="https://mumps-solver.org/index.php"
license=("custom")
depends=('lapack' 'openmpi' 'scotch' 'scalapack' 'parmetis' 'metis' 'zlib' 'bzip2')
makedepends=('gcc-fortran')
provides=('mumps')
conflicts=('mumps')
arch=('i686' 'x86_64')
source=(https://mumps-solver.org/MUMPS_${pkgver}.tar.gz
Makefile.inc)
sha256sums=('659c9b57646b5a003ac618baa1faf9dd2044e46c732b3daaccbc7158003e1b46'
'e908b95991d58c155d48c1058447587a030b0bd6afa7de5905c88393f45d8b68')
prepare() {
cd "${srcdir}/MUMPS_${pkgver}"
cp "${srcdir}/Makefile.inc" .
}
build() {
cd "${srcdir}/MUMPS_${pkgver}"
make all
}
check () {
cd "${srcdir}/MUMPS_${pkgver}/examples"
make all
# From the README (in examples)
MPIRUN="mpirun -np 3 --mca plm_rsh_agent sh --mca opal_warn_on_missing_libcuda 0 --oversubscribe"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${srcdir}/MUMPS_${pkgver}/lib"
${MPIRUN} ./ssimpletest < input_simpletest_real
${MPIRUN} ./dsimpletest < input_simpletest_real
${MPIRUN} ./csimpletest < input_simpletest_cmplx
${MPIRUN} ./zsimpletest < input_simpletest_cmplx
${MPIRUN} ./c_example
${MPIRUN} ./multiple_arithmetics_example
${MPIRUN} ./ssimpletest_save_restore < input_simpletest_real
${MPIRUN} ./dsimpletest_save_restore < input_simpletest_real
${MPIRUN} ./csimpletest_save_restore < input_simpletest_cmplx
${MPIRUN} ./zsimpletest_save_restore < input_simpletest_cmplx
${MPIRUN} ./c_example_save_restore
}
package(){
# Install all headers
cd "${srcdir}/MUMPS_${pkgver}/include"
install -m 755 -d "${pkgdir}/usr/include"
install -D -m644 *.h "${pkgdir}/usr/include"
# Install all libraries
cd "${srcdir}/MUMPS_${pkgver}/lib"
install -m 755 -d "${pkgdir}/usr/lib"
install -D -m644 lib* ${pkgdir}/usr/lib
# Install libraries mpiseq
cd "${srcdir}/MUMPS_${pkgver}/libseq"
install -m 755 -d "${pkgdir}/usr/include/mpiseq"
install -D -m644 *.h "${pkgdir}/usr/include/mpiseq"
cd "${srcdir}/MUMPS_${pkgver}/libseq"
install -D -m644 lib* ${pkgdir}/usr/lib
# Install examples
install -m 755 -d "${pkgdir}/usr/share/doc/${pkgname}/examples"
cd "${srcdir}/MUMPS_${pkgver}/examples"
install -m 644 * "${pkgdir}/usr/share/doc/${pkgname}/examples"
install -m 644 "${srcdir}/MUMPS_${pkgver}/Makefile.inc" "${pkgdir}/usr/share/doc/${pkgname}/examples"
sed -i 's_\(topdir =\).*_\1 /usr_g; s-.*\(Makefile.inc\)-include Makefile.inc-g' "${pkgdir}/usr/share/doc/${pkgname}/examples/Makefile"
# Install license
install -D -m644 "${srcdir}/MUMPS_${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |