1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
|
Source: xrt
Section: libs
Priority: optional
Maintainer: Debian Xilinx Package Maintainers <team+pkg-xilinx@tracker.debian.org>
Uploaders: Punit Agrawal <punit@debian.org>,
Nobuhiro Iwamatsu <iwamatsu@debian.org>,
Mario Limonciello <superm1@debian.org>,
Build-Depends: cmake,
debhelper-compat (= 13),
appstream,
bash-completion,
dh-dkms,
dh-python,
doxygen [amd64],
git,
libboost-filesystem-dev,
libboost-program-options-dev,
libcurl4-openssl-dev,
libdrm-dev,
libncurses-dev,
libprotobuf-dev,
libssl-dev,
libudev-dev,
libyaml-dev,
lsb-release [amd64],
ocl-icd-opencl-dev,
ocl-icd-dev,
pkgconf,
protobuf-compiler,
pybind11-dev,
python3-dev,
rapidjson-dev,
systemtap-sdt-dev,
uuid-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-dkms
Homepage: https://www.xilinx.com/products/design-tools/vitis/xrt.html
Vcs-Git: https://salsa.debian.org/xilinx-packages-team/xrt.git
Vcs-Browser: https://salsa.debian.org/xilinx-packages-team/xrt
Package: libxrt2
Architecture: arm64 amd64
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libxrt1 (<< ${binary:Version}),
libxrt-alveo2 (<< 1:2.21.70-3)
Conflicts: libxrt1
Replaces: libxrt1
Description: Xilinx Runtime (XRT) - runtime libraries
Xilinx Runtime library (XRT) is an open-source easy to
use software stack that facilitates management and usage of
field-programmable gate array (FPGA) / Adaptive Compute Acceleration
Platform (ACAP) devices. Users use familiar programming languages
like C/C++ or Python to write host code which uses XRT to interact
with FPGA/ACAP device. XRT exports well defined set of software APIs
that work across PCIe based datacenter platforms and ZYNQ UltraScale+
MPSoC/Versal ACAP based embedded platforms. XRT is a combination of
userspace and kernel driver components.
.
This package provides the runtime environment for xrt.
Package: libxrt-npu2
Architecture: arm64 amd64
Depends: ${misc:Depends},
${shlibs:Depends},
Breaks: libxrt2 (<< 202520.2.20.172-1)
Description: Xilinx Runtime (XRT) - runtime libraries
Xilinx Runtime library (XRT) is an open-source easy to
use software stack that facilitates management and usage of
field-programmable gate array (FPGA) / Adaptive Compute Acceleration
Platform (ACAP) devices. Users use familiar programming languages
like C/C++ or Python to write host code which uses XRT to interact
with FPGA/ACAP device. XRT exports well defined set of software APIs
that work across PCIe based datacenter platforms and ZYNQ UltraScale+
MPSoC/Versal ACAP based embedded platforms. XRT is a combination of
userspace and kernel driver components.
.
This package provides the runtime environment for XRT NPU.
Package: libxrt-alveo2
Architecture: arm64 amd64
Depends: ${misc:Depends},
${shlibs:Depends},
Breaks: libxrt2 (<< 1:2.21.70-3)
Replaces: libxrt2 (<< 1:2.21.70-3)
Description: Xilinx Runtime (XRT) - runtime libraries
Xilinx Runtime library (XRT) is an open-source easy to
use software stack that facilitates management and usage of
field-programmable gate array (FPGA) / Adaptive Compute Acceleration
Platform (ACAP) devices. Users use familiar programming languages
like C/C++ or Python to write host code which uses XRT to interact
with FPGA/ACAP device. XRT exports well defined set of software APIs
that work across PCIe based datacenter platforms and ZYNQ UltraScale+
MPSoC/Versal ACAP based embedded platforms. XRT is a combination of
userspace and kernel driver components.
.
This package provides the runtime environment for XRT Alveo.
Package: python3-xrt
Architecture: arm64 amd64
Section: python
Depends: ${misc:Depends},
${shlibs:Depends},
${python3:Depends},
libxrt2 (= ${binary:Version})
Description: Xilinx Runtime (XRT) - Python bindings
Xilinx Runtime library (XRT) is an open-source easy to
use software stack that facilitates management and usage of
field-programmable gate array (FPGA) / Adaptive Compute Acceleration
Platform (ACAP) devices. Users use familiar programming languages
like C/C++ or Python to write host code which uses XRT to interact
with FPGA/ACAP device. XRT exports well defined set of software APIs
that work across PCIe based datacenter platforms and ZYNQ UltraScale+
MPSoC/Versal ACAP based embedded platforms. XRT is a combination of
userspace and kernel driver components.
.
This package provides Python bindings for XRT.
Package: libxrt-dev
Architecture: arm64 amd64
Section: libdevel
Depends: ${misc:Depends},
${shlibs:Depends},
python3-xrt (= ${binary:Version}),
libxrt2 (= ${binary:Version}),
libxrt-npu2 (= ${binary:Version}),
libxrt-alveo2 (= ${binary:Version})
Description: Xilinx Runtime (XRT) - development files
Xilinx Runtime library (XRT) is an open-source easy to
use software stack that facilitates management and usage of
field-programmable gate array (FPGA) / Adaptive Compute Acceleration
Platform (ACAP) devices. Users use familiar programming languages
like C/C++ or Python to write host code which uses XRT to interact
with FPGA/ACAP device. XRT exports well defined set of software APIs
that work across PCIe based datacenter platforms and ZYNQ UltraScale+
MPSoC/Versal ACAP based embedded platforms. XRT is a combination of
userspace and kernel driver components.
.
This package provides the development environment for xrt.
Package: libxrt-utils
Architecture: arm64 amd64
Section: utils
Depends: ${misc:Depends},
${shlibs:Depends},
python3,
Description: Xilinx Runtime (XRT) - runtime -- utilities
Xilinx Runtime library (XRT) is an open-source easy to
use software stack that facilitates management and usage of
field-programmable gate array (FPGA) / Adaptive Compute Acceleration
Platform (ACAP) devices. Users use familiar programming languages
like C/C++ or Python to write host code which uses XRT to interact
with FPGA/ACAP device. XRT exports well defined set of software APIs
that work across PCIe based datacenter platforms and ZYNQ UltraScale+
MPSoC/Versal ACAP based embedded platforms. XRT is a combination of
userspace and kernel driver components.
.
This package contains utilities from the xrt project.
Package: libxrt-utils-npu
Architecture: arm64 amd64
Section: utils
Depends: ${misc:Depends},
${shlibs:Depends},
libxrt-utils,
libxrt-npu2 (= ${binary:Version})
Description: Xilinx Runtime (XRT) - runtime -- utilities
Xilinx Runtime library (XRT) is an open-source easy to
use software stack that facilitates management and usage of
field-programmable gate array (FPGA) / Adaptive Compute Acceleration
Platform (ACAP) devices. Users use familiar programming languages
like C/C++ or Python to write host code which uses XRT to interact
with FPGA/ACAP device. XRT exports well defined set of software APIs
that work across PCIe based datacenter platforms and ZYNQ UltraScale+
MPSoC/Versal ACAP based embedded platforms. XRT is a combination of
userspace and kernel driver components.
.
This package contains a utilities from the XRT NPU project.
Package: libxrt-utils-alveo
Architecture: arm64 amd64
Section: utils
Depends: ${misc:Depends},
${shlibs:Depends},
libxrt-utils,
libxrt-alveo2 (= ${binary:Version})
Description: Xilinx Runtime (XRT) - runtime -- utilities
Xilinx Runtime library (XRT) is an open-source easy to
use software stack that facilitates management and usage of
field-programmable gate array (FPGA) / Adaptive Compute Acceleration
Platform (ACAP) devices. Users use familiar programming languages
like C/C++ or Python to write host code which uses XRT to interact
with FPGA/ACAP device. XRT exports well defined set of software APIs
that work across PCIe based datacenter platforms and ZYNQ UltraScale+
MPSoC/Versal ACAP based embedded platforms. XRT is a combination of
userspace and kernel driver components.
.
This package contains a utilities from the XRT Alveo project.
Package: xrt-xocl-dkms
Architecture: amd64
Depends: ${misc:Depends},
${shlibs:Depends},
dkms
Description: Xilinx Runtime (XRT) - runtime -- utilities
Xilinx Runtime library (XRT) is an open-source easy to
use software stack that facilitates management and usage of
field-programmable gate array (FPGA) / Adaptive Compute Acceleration
Platform (ACAP) devices. Users use familiar programming languages
like C/C++ or Python to write host code which uses XRT to interact
with FPGA/ACAP device. XRT exports well defined set of software APIs
that work across PCIe based datacenter platforms and ZYNQ UltraScale+
MPSoC/Versal ACAP based embedded platforms. XRT is a combination of
userspace and kernel driver components.
.
This package contains the XOCL DKMS kernel drivers.
|