Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
fastflowlm
Commits:
d964543e by Mario Limonciello (AMD) at 2026-03-18T17:16:31-05:00
Add xrt-plugin-amdxdna to depends as it's needed to run NPU work
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=fastflowlm
pkgver=0.9.35
-pkgrel=1
+pkgrel=2
pkgdesc='Run LLMs on AMD Ryzen AI NPUs'
arch=('x86_64')
url='https://www.fastflowlm.com/'
@@ -21,6 +21,7 @@ depends=(
'libstdc++'
'readline'
'xrt'
+ 'xrt-plugin-amdxdna'
)
makedepends=(
'git'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastflowlm/-/commit/d964543e6ef56d01991081f59b42220a91495216
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastflowlm/-/commit/d964543e6ef56d01991081f59b42220a91495216
You're receiving this email because of your account on gitlab.archlinux.org.