Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / xrt
Commits:
d7a01286 by Torsten Keßler at 2026-02-27T15:08:34+01:00
upgpkg: 1:2.21.75-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,15 @@
pkgbase = xrt
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://xilinx.github.io/XRT/
arch = x86_64
license = Apache-2.0 AND GPL-2.0-only
makedepends = git
makedepends = cmake
makedepends = ninja
+ makedepends = rocm-opencl-runtime
makedepends = opencl-headers
makedepends = opencl-clhpp
makedepends = boost
@@ -17,31 +19,24 @@ pkgbase = xrt
depends = glibc
depends = gcc-libs
depends = libdrm
- depends = rocm-opencl-runtime
depends = protobuf
depends = abseil-cpp
depends = boost-libs
optdepends = python: Python bindings
options = !lto
- source = xrt::git+https://github.com/Xilinx/XRT#tag=202610.2.21.21
+ source = xrt::git+https://github.com/Xilinx/XRT#tag=2.21.75
source = xrt-ELFIO::git+https://github.com/serge1/ELFIO.git
source = xrt-GSL::git+https://github.com/microsoft/GSL.git
source = xrt-aiebu::git+https://github.com/Xilinx/aiebu.git
source =
xrt-dma_ip_drivers::git+https://github.com/Xilinx/dma_ip_drivers.git
- source = xrt-ld.conf
- source = xrt-profile.sh
source = install-to-bin.patch
source = protobuf-abseil.patch
- source =
xrt-0c231bc7cf14e409d2272d84e5f574668959b550.patch::https://github.com/lubosz/XRT/commit/0c231bc7cf14e409d2272d84e5f574668959b550.patch
- sha256sums =
9741ea8b0569783ff669adc1954b37e846847923a0f59532ff7ea3dfca5c0599
+ sha256sums =
861a24ad46a215c6a015c8652c1473aa00dd6b3e7c881b60c5d64ff70ead1d19
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums =
b497a506ed53a08001fa8820dc028d7e63063d9fcced923dddcd2b0c75ad3f17
- sha256sums =
65e1dc8c4dac86de6d80234380c84b0907602cc35bfa76bf41a8e0d970a7d815
sha256sums =
68bf7e99af055e942882459c70b62d5aca451b4034ad86d126d98b264c7018d6
sha256sums =
0820a86fe1e9f1d66cc2cdbaeed77baf76cf9180c6aa619b54584fc03849ed80
- sha256sums =
766e311311d068160fe6f3abca5ceaf8727d435af58ef848a3ce8c4c27061b2e
pkgname = xrt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Lubosz Sarnecki <[email protected]>
pkgname=xrt
pkgver=2.21.75
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Runtime for AIE and FPGA based platforms '
arch=('x86_64')
@@ -20,6 +20,8 @@ makedepends=(
'git'
'cmake'
'ninja'
+ # We need some OpenCL library for CMake
+ 'rocm-opencl-runtime'
'opencl-headers'
'opencl-clhpp'
'boost'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xrt/-/commit/d7a01286bc19fc036a0eb66c68403acbff16ffc5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xrt/-/commit/d7a01286bc19fc036a0eb66c68403acbff16ffc5
You're receiving this email because of your account on gitlab.archlinux.org.