fleur
The source is downloaded from the project's official GitLab instance at FZ Jülich, a reputable research institution; despite the non-whitelisted host, this is a legitimate and expected source for the software, with no indication of malicious intent or supply-chain risk.
Triggered rules
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 source is downloaded from the project's official GitLab instance at FZ Jülich, a reputable research institution; despite the non-whitelisted host, this is a legitimate and expected source for the software, with no indication of malicious intent or 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:13
source=(https://iffgit.fz-juelich.de/fleur/fleur/-/archive/MaX-R$pkgver/$pkgname-MaX-R$pkgver.tar.bz2
PKGBUILD
1 offending line(s) highlighted# Maintainer: Anton Kudelin <kudelin at proton dot me>
pkgname=fleur
pkgver=8.1
pkgrel=1
pkgdesc="A full-potential linearized augmented planewave code"
arch=(x86_64 aarch64)
url="https://www.flapw.de"
license=(MIT)
depends=(libxml2 elpa libxc fftw hdf5-openmpi)
makedepends=(cmake ninja gcc-fortran python vim)
checkdepends=(python-pytest python-py python-pytest-html)
source=(https://iffgit.fz-juelich.de/fleur/fleur/-/archive/MaX-R$pkgver/$pkgname-MaX-R$pkgver.tar.bz2
libxc-f03.patch)
sha256sums=('6960e037c34e5b704cd79718ec34c7147ccbf06a16fef397c7e3316f47e99a39'
'a69a6514d063fb928bf77c34481cd8c2ab5d2da3eaeb25f2b1367839f8875696')
prepare() {
# Handling ELPA
_elpaver=$( ls /usr/include | grep elpa | sed 's/elpa_openmp-//g' )
cd "$pkgname-MaX-R$pkgver"
patch -p1 -i ../libxc-f03.patch
}
build() {
cd "$srcdir"
cmake \
-B build \
-S $pkgname-MaX-R$pkgver \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_Fortran_COMPILER=mpifort \
-D CMAKE_Fortran_FLAGS="-I/usr/include/elpa_openmp-$_elpaver/elpa -I/usr/include/elpa_openmp-$_elpaver/modules -I/usr/include -O2 -march=native" \
-D CMAKE_C_FLAGS="-std=gnu89 -O2 -march=native" \
-D CLI_FLEUR_USE_HDF5=ON \
-D CLI_FLEUR_USE_ELPA="external" \
-D CLI_ELPA_OPENMP=ON \
-D CLI_FLEUR_USE_MPI=ON \
-G Ninja \
-W no-dev
cmake --build build
}
check() {
cd "$srcdir/build"
export juDFT_MPI="mpirun --oversubscribe -np {mpi_procs} "
export OMP_NUM_THREADS=1
PYTEST_ADDOPTS="$srcdir/$pkgname-MaX-R$pkgver/testing --build_dir=$srcdir/build" \
python -m pytest -p no:cacheprovider
}
package() {
cd "$srcdir"
DESTDIR="$pkgdir" cmake --install build
install -Dm755 "$srcdir/$pkgname-MaX-R$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 |