Accepting request 1167057 from utilities
OBS-URL: https://build.opensuse.org/request/show/1167057 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvtop?expand=0&rev=4
This commit is contained in:
commit
4ff4b86ebd
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/Syllo/nvtop.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">enable</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="revision">3.1.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">malcolmlewis@opensuse.org</param>
|
||||
<param name="filename">nvtop</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Syllo/nvtop.git</param>
|
||||
<param name="changesrevision">45a1796375cd617d16167869bb88e5e69c809468</param></service></servicedata>
|
||||
<param name="changesrevision">7906a062c76f498cbfeea5b312ee1baa765f56d2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0429e650886bf2effe08a1d5cebc34ba8ff70be5d17167845bfb824050a2c05f
|
||||
size 764428
|
3
nvtop-3.1.0.obscpio
Normal file
3
nvtop-3.1.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c23f2f3860a209ce8f6f1c39c5f2c6a17177c2e872d1e4564b6194e90c04665
|
||||
size 881164
|
3
nvtop-3.1.0.tar.xz
Normal file
3
nvtop-3.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bc618de9dd4178eec2cbf8fb2a43fe1c0da4f66b9446dfe63ef644392d2b971
|
||||
size 232684
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 13:07:30 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 3.1.0:
|
||||
* MSM: Ignore speedbin in id if exact id isn't found
|
||||
* Add support for Adreno 750
|
||||
* Fix save w/o config location path
|
||||
* interface_options: handle both XDG_CONFIG_HOME and HOME being unset
|
||||
* Prevent potential Ascend device name buffer overflow
|
||||
* remove temp file
|
||||
* fix issues for PR
|
||||
* Toggle Panfrost's sysfs profiling hook after DRM handle is retrieved
|
||||
* add ascend build script and README
|
||||
* add ascend extract gpu info code
|
||||
* GPU info bar option in F2 menu
|
||||
* Save GPU info bar option to config file
|
||||
* Fix related to pull request #248
|
||||
* Refactor Panthor and Panfrost into library of shared code
|
||||
* Add support for Mali CSF GPUs with the Panthor driver.
|
||||
* Add Panfrost support for manual calculation of engine utilisation
|
||||
* Add support for post-fdinfo processing calculation of utilisation
|
||||
* Add support for Panfrost display of additional GPU properties
|
||||
* Add display of additional GPU features
|
||||
* Add support for Mali GPUs with the Panfrost driver
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 02:13:50 UTC 2023 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: nvtop
|
||||
version: 3.0.2+31
|
||||
mtime: 1697900274
|
||||
commit: 45a1796375cd617d16167869bb88e5e69c809468
|
||||
version: 3.1.0
|
||||
mtime: 1708699316
|
||||
commit: 7906a062c76f498cbfeea5b312ee1baa765f56d2
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nvtop
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2020-2023 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,15 +18,16 @@
|
||||
|
||||
|
||||
Name: nvtop
|
||||
Version: 3.0.2+31
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
License: GPL-3.0-or-later
|
||||
Summary: A (h)top like task monitor for NVIDIA and AMD GPUs
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/Syllo/nvtop
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
@ -46,7 +47,7 @@ way.
|
||||
%build
|
||||
%cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DNVML_RETRIEVE_HEADER_ONLINE=True
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user