-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #598 from cybin/amdgpu_top
amdgpu_top: Adding at v0.10.3
- Loading branch information
Showing
4 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/** Human readable report. This is not consumed by boulder */ | ||
{ | ||
"manifest-version": "0.2", | ||
"packages": { | ||
"amdgpu_top": { | ||
"build-depends": [ | ||
"binary(cargo)", | ||
"libdrm-devel" | ||
], | ||
"depends": [ | ||
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))", | ||
"soname(ld-linux-x86-64.so.2(x86_64))", | ||
"soname(libc.so.6(x86_64))", | ||
"soname(libdrm.so.2(x86_64))", | ||
"soname(libdrm_amdgpu.so.1(x86_64))", | ||
"soname(libm.so.6(x86_64))", | ||
"soname(libunwind.so.1(x86_64))" | ||
], | ||
"files": [ | ||
"/usr/bin/amdgpu_top" | ||
], | ||
"name": "amdgpu_top", | ||
"provides": [ | ||
"binary(amdgpu_top)" | ||
] | ||
} | ||
}, | ||
"source-name": "amdgpu_top", | ||
"source-release": "1", | ||
"source-version": "0.10.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
releases: | ||
id: 359802 | ||
rss: https://github.com/Umio-Yasuno/amdgpu_top/releases.atom | ||
security: | ||
cpe: ~ # Last checked 2025-01-18 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# | ||
# SPDX-FileCopyrightText: © 2020-2025 Serpent OS Developers | ||
# | ||
# SPDX-License-Identifier: MPL-2.0 | ||
# | ||
name : amdgpu_top | ||
version : 0.10.3 | ||
release : 1 | ||
homepage : https://github.com/Umio-Yasuno/amdgpu_top | ||
upstreams : | ||
- https://github.com/Umio-Yasuno/amdgpu_top/archive/refs/tags/v0.10.3.tar.gz : b74065ea89fb35a572dddccc22b71e81b7cb1e76b83027704814595e4fcdc6e4 | ||
summary : A tool that displays AMD GPU utilization | ||
description : | | ||
The tool displays information gathered from performance counters (GRBM, GRBM2), sensors, fdinfo, and AMDGPU driver. | ||
networking : yes | ||
license : | ||
- MIT | ||
builddeps : | ||
- binary(cargo) | ||
- libdrm-devel | ||
setup : | | ||
%cargo_fetch | ||
build : | | ||
%cargo_build | ||
install : | | ||
%cargo_install |