Search Criteria
Package Details: xrt-git r7478.39bc63b935-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xrt-git.git (read-only, click to copy) |
---|---|
Package Base: | xrt-git |
Description: | Xilinx runtime for Ultrascale, Versal and MPSoC-based FPGAs |
Upstream URL: | https://xilinx.github.io/XRT/master/html |
Licenses: | Apache |
Conflicts: | xrt |
Provides: | xrt |
Submitter: | leuko |
Maintainer: | leuko |
Last Packager: | leuko |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-08-23 15:10 (UTC) |
Last Updated: | 2025-03-02 09:13 (UTC) |
Dependencies (34)
- boost (boost-gitAUR)
- dkms (dkms-gitAUR)
- elfutils (elfutils-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- gdb (gdb-gitAUR, gdb-debug-gitAUR)
- gnuplot (gnuplot4AUR, gnuplot-gitAUR, gnuplot-noguiAUR, gnuplot-headlessAUR)
- gnutls (gnutls-gitAUR)
- gtest (googletest-gitAUR)
- json-glib (json-glib-gitAUR)
- libdrm (libdrm-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libyaml (libyaml-gitAUR)
- lm_sensors (lm_sensors-gitAUR)
- lsb-release
- ncurses (ncurses-gitAUR)
- ocl-icd (opencl-icd-loaderAUR, khronos-ocl-icd-gitAUR)
- opencl-clhpp (opencl-clhpp-gitAUR)
- openssl (openssl-staticAUR, openssl-gitAUR)
- pciutils (pciutils-gitAUR)
- Show 14 more dependencies...
Latest Comments
leuko commented on 2025-03-02 09:15 (UTC)
You are right. According to the following, we should only depend on
dkms
whichoptdepends
on all linux headers.BTW: Actually I meant not
kernel-headers
butlinux-headers
.Thanks Glucy2!
Glucy2 commented on 2025-03-02 03:28 (UTC)
No, other kernel headers like
linux-zen-headers
do not providekernel-headers
orkernel-headers
. Otherwise, multiple headers won't be able to be installed at the same time.leuko commented on 2025-03-01 22:23 (UTC)
I don't think that this package will enforce you to install the newest kernel{,-headers}. As long as you have a package that
provides
kernel-headers, that should be fine.Without any
kernel-headers
, XRT won't compile, so it must be normal dependency.What do you think @glucy2?
Glucy2 commented on 2025-03-01 13:51 (UTC)
The linux-headers should not be a dependency as user might not use the default kernel. It should be an optional dependency.
leuko commented on 2024-12-31 10:50 (UTC)
Some guidance? Sure. The PKGBUILD already adds some submodules. You should do the same for aiebu.
zoomface commented on 2024-12-30 09:49 (UTC)
Hi leuko, sure, although I'm entirely sure what changes are needed. Can you provide some guidance in that area? I'm working with an Alveo U50 card, if it matters.
leuko commented on 2024-12-28 21:08 (UTC)
Welcome zoomface :D
Currently I don't have a supported Alveo card and I cannot test the package. Would you be open to provide a patch?
zoomface commented on 2024-12-28 18:25 (UTC) (edited on 2024-12-28 18:25 (UTC) by zoomface)
Build failing, looks like AIEBU has been made a submodule:
CMake Error at CMake/utilities.cmake:26 (add_subdirectory): The source directory
.cache/yay/xrt-git/src/xrt/src/runtime_src/core/common/aiebu
does not contain a CMakeLists.txt file. Call Stack (most recent call first): runtime_src/core/common/CMakeLists.txt:11 (xrt_add_subdirectory)