Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
xrt-plugin-amdxdna


Commits:
752e5eab by Torsten Keßler at 2026-02-27T15:15:00+01:00
upgpkg: 1:2.21.75-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,28 +1,29 @@
 pkgbase = xrt-plugin-amdxdna
        pkgdesc = Runtime for AIE and FPGA based platforms
-       pkgver = 202610.2.21.21
-       pkgrel = 1
+       pkgver = 2.21.75
+       pkgrel = 2
+       epoch = 1
        url = https://github.com/amd/xdna-driver
        arch = x86_64
        license = LicenseRef-AMD-Proprietary AND Apache-2.0
        makedepends = git
        makedepends = awk
        makedepends = cmake
+       makedepends = ninja
        makedepends = rapidjson
        makedepends = boost
        makedepends = python
        makedepends = pybind11
        makedepends = linux-headers
+       makedepends = rocm-opencl-runtime
        depends = glibc
        depends = gcc-libs
        depends = libdrm
        depends = xrt
        depends = jq
-       source = 
xrt-plugin-amdxdna::git+https://github.com/amd/xdna-driver#tag=202610.2.21.21
+       source = 
xrt-plugin-amdxdna::git+https://github.com/amd/xdna-driver#tag=2.21.75
        source = xrt-plugin-amdxdna-XRT::git+https://github.com/Xilinx/XRT.git
-       source = 
xrt-plugin-amdxdna-0c231bc7cf14e409d2272d84e5f574668959b550.patch::https://github.com/lubosz/XRT/commit/0c231bc7cf14e409d2272d84e5f574668959b550.patch
-       sha256sums = 
e1c93502ac5b89c6dce40412d1b3146d7a3932c200c134b2ca534f13ad0f8b04
+       sha256sums = 
b62884cbf130f0bf486b044f17f88eedf00dd1b0311ecc7f1900e2d21845072a
        sha256sums = SKIP
-       sha256sums = 
766e311311d068160fe6f3abca5ceaf8727d435af58ef848a3ce8c4c27061b2e
 
 pkgname = xrt-plugin-amdxdna


=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ epoch=1
 # https://github.com/Xilinx/XRT/blob/2.21.75/src/CMake/settings.cmake#L57
 plugin_version="2.21.75"
 
-pkgrel=1
+pkgrel=2
 pkgdesc='Runtime for AIE and FPGA based platforms'
 arch=('x86_64')
 url='https://github.com/amd/xdna-driver'
@@ -25,11 +25,14 @@ makedepends=(
   'git'
   'awk'
   'cmake'
+  'ninja'
   'rapidjson'
   'boost'
   'python'
   'pybind11'
   'linux-headers'
+  # CMake needs a full OpenCL package to locate OpenCL headers
+  'rocm-opencl-runtime'
 )
 source=(
   "${pkgname}::git+$url#tag=${pkgver}"
@@ -60,6 +63,7 @@ prepare() {
 build() {
   local cmake_args=(
     -Wno-dev
+    -G Ninja
     -S $pkgname
     -B build
     -D CMAKE_BUILD_TYPE=None



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xrt-plugin-amdxdna/-/commit/752e5eab0c15cc996cfd7b801e5e0c239f3d470d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xrt-plugin-amdxdna/-/commit/752e5eab0c15cc996cfd7b801e5e0c239f3d470d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to