diff options
author | Kainoa Kanter | 2024-12-09 22:14:22 -0800 |
---|---|---|
committer | Kainoa Kanter | 2024-12-09 22:14:22 -0800 |
commit | 9a687175cd0da95f2e6294f174855c336b7a4ec3 (patch) | |
tree | 48fdfb43654fac0ab2915ed2495e0d5359a63781 | |
parent | 1766c61b8a9c8ffc5917fec65c52661d4e34caa7 (diff) | |
download | aur-9a687175cd0da95f2e6294f174855c336b7a4ec3.tar.gz |
metadata
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 11 |
2 files changed, 3 insertions, 11 deletions
@@ -10,7 +10,6 @@ pkgbase = xrt-npu-git depends = lsb-release depends = boost depends = libtiff - depends = dkms depends = linux-headers depends = elfutils depends = gcc @@ -40,6 +39,7 @@ pkgbase = xrt-npu-git depends = pybind11 depends = xilinx-u280-gen3x16-xdma-base optdepends = linux-mainline-um5606: Linux kernel that can use the XDNA drivers + optdepends = amdxdna-driver: Driver that coencides with these libaries provides = xrt conflicts = xrt options = !debug @@ -59,7 +59,6 @@ pkgname = xrt-npu-git depends = lsb-release depends = boost depends = libtiff - depends = dkms depends = linux-headers depends = elfutils depends = gcc @@ -14,9 +14,6 @@ depends=( lsb-release # Used in tests boost libtiff - #cppcheck #TODO report upstream: not-needed since https://github.com/Xilinx/XRT/commit/0bd3e8c83840f341f028588a26cb9151fdd04542 - #curl #TODO report upstream: not required - dkms linux-headers #TODO only makedepends for dkms? elfutils gcc @@ -52,6 +49,7 @@ makedepends=( ) optdepends=( 'linux-mainline-um5606: Linux kernel that can use the XDNA drivers' + 'amdxdna-driver: Driver that coencides with these libaries' ) provides=($_name) conflicts=($_name) @@ -80,11 +78,6 @@ pkgver() { } prepare() { - # For U280 support uncomment: - #echo Patch xocl - #git -C xrt \ - # apply $srcdir/xocl-driver-fixes-for-current-kernels.patch - # Submodule integration based on # https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules git -C $_name config \ @@ -95,7 +88,7 @@ prepare() { ../ELFIO git -C $_name \ -c protocol.file.allow=always \ - submodule update --recursive + submodule update --recursive --init # Kainoa: added this here! mkdir -p microblaze-fw tar xf data.tar.gz -C microblaze-fw ./lib/firmware/xilinx } |