Search Criteria
Package Details: nvtop-git 3.0.1.r3.g85200b4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvtop-git.git (read-only, click to copy) |
---|---|
Package Base: | nvtop-git |
Description: | GPUs process monitoring for AMD, Intel and NVIDIA |
Upstream URL: | https://github.com/Syllo/nvtop |
Licenses: | GPL3 |
Conflicts: | nvtop |
Provides: | nvtop |
Submitter: | m3thodic |
Maintainer: | m3thodic |
Last Packager: | m3thodic |
Votes: | 3 |
Popularity: | 0.003073 |
First Submitted: | 2019-02-23 05:01 (UTC) |
Last Updated: | 2023-01-20 22:10 (UTC) |
Dependencies (6)
- ncurses (ncurses-nohex, ncurses-git)
- systemd-libs (systemd-libs-homed-containers, systemd-libs-selinux, systemd-libs-git)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- libdrm (libdrm-grate-git, libdrm-minimal-git, libdrm-git) (make)
- systemd (systemd-homed-containers, systemd-selinux, systemd-git) (make)
Latest Comments
m3thodic commented on 2023-01-20 22:13 (UTC)
@slouchy @eclairevoyant sorry about the slow response time, I updated the PKGBUILD with all your recommendations.
eclairevoyant commented on 2023-01-18 07:20 (UTC) (edited on 2023-01-18 07:24 (UTC) by eclairevoyant)
As @slouchy mentioned, all the nvidia deps should be optional dependencies. There's also changes to the build process; I suggest sticking to the process and deps used in the stable package.
I would even suggest enabling intel support since they have dedicated GPUs now (using
-DINTEL_SUPPORT=ON
). Also, you need to addgit
to themakedepends
array.slouchy commented on 2022-08-31 10:29 (UTC)
Please remove cuda and nvidia-utils as dependencies, because this can be built without the packages since nvtop supports AMD as well now.
jdm121500 commented on 2022-04-14 00:21 (UTC)
As nvtop now supports non nvidia gpus the nvidia build dependencies should be marked as optional. As cuda and nvidia-utils are useless on systems with AMD gpus.
direc85 commented on 2020-03-19 02:39 (UTC)
Thanks for packaging this application! just what I needed; a simple way to check out the GPU usage. Thanks!