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
|
Source: rocm-core
Section: devel
Homepage: https://github.com/ROCm/rocm-systems/tree/develop/projects/rocm-core
Priority: optional
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/rocm-team/rocm-core
Vcs-Git: https://salsa.debian.org/rocm-team/rocm-core.git
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Uploaders: Tim Flink <Tim.Flink@amd.com>
Build-Depends:
debhelper-compat (= 13),
cmake,
Package: librocm-core1
Section: libs
Architecture: amd64 arm64
Depends:
${shlibs:Depends},
${misc:Depends},
Description: provides methods to get information about installed ROCm
rocm-core can be used to get a ROCm release version in addition to other
base information like install path.
.
rocm-core is not used by all ROCm components and may not provide an accurate
value for versions if the other component packages are not updated at the
same time.
Package: librocm-core-dev
Section: libdevel
Architecture: amd64 arm64
Depends:
librocm-core1 (= ${binary:Version}),
${misc:Depends},
Description: provides methods to get information about installed ROCm - headers
rocm-core can be used to get a ROCm release version in addition to other
base information like install path.
.
rocm-core is not used by all ROCm components and may not provide an accurate
value for versions if the other component packages are not updated at the
same time.
.
This package provides the librocm-core1 development headers
|