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
|
Source: rocm-compilersupport
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>,
Norbert Preining <norbert@preining.info>,
Maxime Chambonnet <maxzor@maxzor.eu>,
Étienne Mollier <emollier@debian.org>,
Christian Kastner <ckk@debian.org>,
Cordell Bloor <cgmb@slerp.xyz>,
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
clang-17,
clang-tools-17,
libclang-17-dev,
lld-17,
liblld-17-dev,
llvm-17-dev,
rocm-device-libs-17,
zlib1g-dev,
libxml2-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/rocm-team/rocm-compilersupport
Vcs-Git: https://salsa.debian.org/rocm-team/rocm-compilersupport.git
Homepage: https://github.com/ROCm/ROCm-CompilerSupport
Rules-Requires-Root: no
Package: libamd-comgr2
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: ROCm code object manager
The Code Object Manager is a shared library which provides operations for
creating and inspecting LLVM code objects. See the documentation in the
header file /usr/include/amd_comgr/amd_comgr.h .
Package: libamd-comgr-dev
Architecture: any
Section: libdevel
Depends: libamd-comgr2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: ROCm code object manager - development package
The Code Object Manager is a shared library which provides operations for
creating and inspecting LLVM code objects. See the documentation in the
header file /usr/include/amd_comgr/amd_comgr.h .
.
This package contains the development files.
|