Source: amdsmi Section: devel Homepage: https://github.com/ROCm/amdsmi Priority: optional Maintainer: Debian ROCm Team Uploaders: Xuanteng Huang , Mario Limonciello , Cordell Bloor , Talha Can Havadar Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/rocm-team/amdsmi Vcs-Git: https://salsa.debian.org/rocm-team/amdsmi.git Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), cmake, help2man, libdrm-dev, libgtest-dev , pkgconf, python3-yaml, txt2man # amd-smi looks for libamd_smi.so, so it depends on the -dev package Package: amd-smi Architecture: amd64 Section: utils Depends: libamd-smi-dev (= ${binary:Version}), python3, python3-argcomplete, python3-yaml, ${misc:Depends} Description: AMD System Management Interface - executable amdsmi (AMD System Management Interface Library) is a C library for Linux providing user space interfaces to monitor and control AMD GPU devices. . This package provides the amd-smi executable. Package: libamd-smi26 Architecture: amd64 Section: libs Depends: libdrm-dev, ${misc:Depends}, ${shlibs:Depends} Description: AMD System Management Interface - library amdsmi (AMD System Management Interface Library) is a C library for Linux providing user space interfaces to monitor and control AMD GPU devices. . This package provides the amdsmi library. Package: libamd-smi-dev Architecture: amd64 Section: libdevel Depends: libamd-smi26 (= ${binary:Version}), ${misc:Depends} Description: AMD System Management Interface - headers amdsmi (AMD System Management Interface Library) is a C library for Linux providing user space interfaces to monitor and control AMD GPU devices. . This package provides the amdsmi headers. Package: libgoamdsmi-shim64-1 Architecture: amd64 Section: libs Depends: libdrm-dev, ${misc:Depends}, ${shlibs:Depends} Description: AMD System Management Interface - go library goamdsmi_shim (AMD System Management Interface Library) is a C library for Linux providing user space interfaces to monitor and control AMD GPU devices. . This package provides the go library for amdsmi_shim. Package: libgoamdsmi-shim64-dev Architecture: amd64 Section: libdevel Depends: libgoamdsmi-shim64-1 (= ${binary:Version}), ${misc:Depends} Description: AMD System Management Interface - go headers goamdsmi_shim (AMD System Management Interface Library) is a C library for Linux providing user space interfaces to monitor and control AMD GPU devices. . This package provides the go headers for amdsmi_shim. # Package: libamd-smi26-tests # Build-Profiles: # Architecture: amd64 # Section: libdevel # Depends: libamd-smi-dev (= ${binary:Version}), # ${misc:Depends}, # ${shlibs:Depends}, # Description: AMD System Management Interface - tests # amdsmi (AMD System Management Interface Library) is a C library for # Linux providing user space interfaces to monitor and control AMD GPU devices. # . # This package provides the amdsmi test cases.