b7c9c5d3b9
NVTOP stands for Neat Videocard TOP, a (h)top like task monitor for GPUs and accelerators. It can handle multiple GPUs and print information about them in a htop-familiar way. Currently supported vendors are AMD (Linux amdgpu driver), Apple (limited M1 & M2 support), Huawei (Ascend), Intel (Linux i915/Xe drivers), NVIDIA (Linux proprietary divers), Qualcomm Adreno (Linux MSM driver), Broadcom VideoCore (Linux v3d driver), Rockchip, MetaX (MXSML driver), Enflame (Linux EFML driver). PR: 294825 Sponsored by: UNIS Labs
20 lines
408 B
Makefile
20 lines
408 B
Makefile
PORTNAME= nvtop
|
|
DISTVERSION= 3.3.2
|
|
CATEGORIES= sysutils graphics
|
|
|
|
MAINTAINER= henry.hu.sh@gmail.com
|
|
COMMENT= GPU & Accelerator process monitoring
|
|
WWW= https://github.com/Syllo/nvtop/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= libdrm>0:graphics/libdrm \
|
|
libsysinfo>0:devel/libsysinfo
|
|
LIB_DEPENDS= libudev.so:devel/libudev-devd
|
|
|
|
USES= cmake ncurses pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Syllo
|
|
|
|
.include <bsd.port.mk>
|