med-openmpi-docs

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads the source from a project-associated host (salome-platform.org) and a patch from Gentoo's official repository; both are legitimate sources for building the software, and the build process is standard without any obfuscated or malicious behavior.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads the source from a project-associated host (salome-platform.org) and a patch from Gentoo's official repository; both are legitimate sources for building the software, and the build process is standard without any obfuscated or malicious behavior.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium source=() URL on a non-standard host 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:26 source=("http://files.salome-platform.org/Salome/other/${_pkgname}-${pkgver}.tar.gz"
  • PKGBUILD:27 'hdf5-1.12.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/sci-libs/med/files/med-4.1.0-0003-build-against-hdf5-1.12.patch?id=350ea3e89d0e87e35a3a4b5f2ce92b55aae9d226'

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
2# Original: Michele Mocciola <mickele>
3# Contributor: Brice Méalier <mealier_brice@yahoo.fr>
4# Contributor: César Vecchio <cesar UNDERSTRIKE vecchio AT yahoo DOT com>
5# Contributor: valandil
6# Contributor: nim65s
7# Contributor: Joey Dumont <joey.dumont@gmail.com>
8# Contributor: simonp
9# Contributor: Martin Ortbauer <mortbauer@gmail.com>
10
11_pkgname=med
12pkgname=med-openmpi-docs
13pkgver=4.1.1
14pkgrel=1
15pkgdesc="Generic pre- and post-processing platform for numerical simulation (openmpi version) (Documentation)"
16url="https://www.salome-platform.org/downloads"
17license=('LGPL')
18depends=("med=$pkgver")
19makedepends=('gcc-fortran'
20 'hdf5-openmpi'
21 'cmake'
22 'doxygen'
23 'graphviz'
24 )
25arch=('any')
26source=("http://files.salome-platform.org/Salome/other/${_pkgname}-${pkgver}.tar.gz"
27 'hdf5-1.12.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/sci-libs/med/files/med-4.1.0-0003-build-against-hdf5-1.12.patch?id=350ea3e89d0e87e35a3a4b5f2ce92b55aae9d226'
28 )
29sha256sums=('dc2b5d54ebf0666e3ff2e974041d2ab0da906061323537023ab165d573389dd0'
30 '82d28b6ae2ee6ceb3c6de9acb861a49741e2e759c7c556217f7d284216788206')
31options=('debug')
32
33prepare() {
34 patch -d "${_pkgname}-${pkgver}_SRC" -p1 -i "${srcdir}/hdf5-1.12.patch"
35 sed 's/if H5_VERS_MINOR > 10/if 0/g' -i "${_pkgname}-${pkgver}_SRC/src/ci/MEDfileCompatibility.c"
36 # set libdir as cmake install path instead of share
37 sed 's|share/cmake|lib${LIB_SUFFIX}/cmake|g' -i "${_pkgname}-${pkgver}_SRC/CMakeLists.txt"
38}
39
40build() {
41 CXX="mpicxx" \
42 CC="mpicc" \
43 FC="mpif90" \
44 F9X="mpif90" \
45 CFLAGS+=" -DH5_USE_18_API" \
46 cmake -S "${_pkgname}-${pkgver}_SRC" -B build \
47 -DCMAKE_BUILD_TYPE=Release \
48 -DCMAKE_INSTALL_PREFIX=/usr \
49 -DMEDFILE_USE_MPI=ON \
50 -DMEDFILE_BUILD_PYTHON=OFF \
51 -DMEDFILE_BUILD_DOC=ON \
52 -DMEDFILE_BUILD_TESTS=OFF \
53 -DMEDFILE_INSTALL_DOC=ON \
54 -DCMAKE_SKIP_RPATH=ON
55
56 cmake --build build
57}
58
59package() {
60 DESTDIR="${pkgdir}" cmake --install build
61
62 # remove headers, binaries and libraries
63 rm -rf "${pkgdir}/usr/include"
64 rm -rf "${pkgdir}/usr/bin"
65 rm -rf "${pkgdir}/usr/lib"
66}
67

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion