Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (652df0a97d636dacf18e2f70e807a1b8daa32a59)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (652df0a97d636dacf18e2f70e807a1b8daa32a59)
  • Date: Thu, 4 May 2023 03:30:01 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 3 +++
utils/nvtop/CONFIGURE | 1 +
utils/nvtop/DEPENDS | 6 ++++++
utils/nvtop/DETAILS | 17 +++++++++++++++++
utils/nvtop/HISTORY | 3 +++
5 files changed, 30 insertions(+)

New commits:
commit 652df0a97d636dacf18e2f70e807a1b8daa32a59
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

utils/nvtop: new spell, gpu process monitoring program

diff --git a/ChangeLog b/ChangeLog
index fe1dfaa..16e7444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-05-03 Conner Clere <xenanthropy AT sourcemage.org>
+ * utils/nvtop: new spell, gpu process monitoring program
+
2023-04-30 Pavel Vinogradov <public AT sourcemage.org>
* rust-crates/tuigreet: new spell, a graphical console greeter for
greetd

diff --git a/utils/nvtop/CONFIGURE b/utils/nvtop/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/utils/nvtop/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/utils/nvtop/DEPENDS b/utils/nvtop/DEPENDS
new file mode 100755
index 0000000..59e2a60
--- /dev/null
+++ b/utils/nvtop/DEPENDS
@@ -0,0 +1,6 @@
+. "${GRIMOIRE}/CMAKE_DEPENDS" &&
+depends PKG-CONFIG &&
+depends ncurses &&
+
+optional_depends libdrm '' '' 'AMD gpu support' &&
+optional_depends nvidia_driver '' '' 'Nvidia gpu support' z-rejected
diff --git a/utils/nvtop/DETAILS b/utils/nvtop/DETAILS
new file mode 100755
index 0000000..5221ecc
--- /dev/null
+++ b/utils/nvtop/DETAILS
@@ -0,0 +1,17 @@
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL=nvtop
+ VERSION=3.0.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://github.com/Syllo/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha256:f61ecbe3a30a216706c16fc177d3b840e7d7deccf87b048d59f95f230d591a53
+ LICENSE[0]=GPL
+ WEB_SITE=https://github.com/Syllo/nvtop
+ ENTERED=20230503
+ KEYWORDS="utils graphics monitor log gpu"
+ SHORT="gpu process monitoring"
+cat << EOF
+Nvtop stands for Neat Videocard TOP, a (h)top like task
+monitor for AMD, Intel and NVIDIA GPUs. It can handle multiple GPUs
+and print information about them in a htop familiar way.
+EOF
diff --git a/utils/nvtop/HISTORY b/utils/nvtop/HISTORY
new file mode 100644
index 0000000..b350398
--- /dev/null
+++ b/utils/nvtop/HISTORY
@@ -0,0 +1,3 @@
+2023-05-03 Conner Clere <xenanthropy AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: ver 0.3.1, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (652df0a97d636dacf18e2f70e807a1b8daa32a59), Conner Clere, 05/03/2023

Archive powered by MHonArc 2.6.24.

Top of Page