File: control

package info (click to toggle)
nvptx-tools 0.20240810-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,524 kB
  • sloc: ansic: 40,573; sh: 3,546; cpp: 3,334; makefile: 1,679; asm: 417; perl: 302; exp: 79; python: 39
file content (29 lines) | stat: -rw-r--r-- 1,139 bytes parent folder | download
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
Source: nvptx-tools
Section: devel
Priority: optional
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper-compat (= 13),
  help2man,
  libiberty-dev,
  llvm-19-tools <!nocheck>
# only needed for the nvptx-non-run binary, which is not built:
# nvidia-cuda-dev
Standards-Version: 4.7.0
Homepage: https://github.com/MentorEmbedded/nvptx-tools/
#Vcs-Git: https://anonscm.debian.org/collab-maint/nvptx-tools.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/nvptx-tools.git

Package: nvptx-tools
Architecture: amd64 arm64 ppc64el
Multi-Arch: foreign
Depends: binutils, ${shlibs:Depends}, ${misc:Depends}
Suggests: nvidia-cuda-toolkit
Description: collection of tools for use with nvptx-none GCC toolchains
 The tools consist of
  - nvptx-none-as: "assembler" for PTX.
  - nvptx-none-ld: "linker" for PTX.
  - nvptx-none-run: run PTX binaries compiled with -mmainkernel.
 Additionally, the following symlinks are installed:
  - nvptx-none-ar: link to the GNU/Linux host system's ar.
  - nvptx-none-ranlib: link to the GNU/Linux host system's ranlib.