Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nvtop: add AMD GPUs support
@ 2022-10-06 13:26 bubba-champion
  2022-10-06 13:28 ` [PR PATCH] [Updated] " bubba-champion
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: bubba-champion @ 2022-10-06 13:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

There is a new pull request by bubba-champion against master on the void-packages repository

https://github.com/bubba-champion/void-packages nvtop-amd
https://github.com/void-linux/void-packages/pull/39771

nvtop: add AMD GPUs support
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/39771.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvtop-amd-39771.patch --]
[-- Type: text/x-diff, Size: 1132 bytes --]

From cd5c278c1e0a61c8e3beb77e7a02ef3c6acba29f Mon Sep 17 00:00:00 2001
From: bubba-champion <112645980+bubba-champion@users.noreply.github.com>
Date: Thu, 6 Oct 2022 13:16:47 +0000
Subject: [PATCH] nvtop: add AMD GPUs support

---
 srcpkgs/nvtop/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nvtop/template b/srcpkgs/nvtop/template
index d5bcf77f3bf9..09a75968e23b 100644
--- a/srcpkgs/nvtop/template
+++ b/srcpkgs/nvtop/template
@@ -4,11 +4,10 @@ version=2.0.4
 revision=1
 archs="x86_64"
 build_style=cmake
-makedepends="ncurses-devel"
-depends="nvidia"
-short_desc="NVIDIA GPUs htop-like monitoring tool"
+makedepends="libdrm-devel ncurses-devel"
+short_desc="AMD and NVIDIA GPUs htop like monitoring tool"
 maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Syllo/nvtop"
-distfiles="https://github.com/Syllo/nvtop/archive/$version/nvtop-$version.tar.gz"
+distfiles="https://github.com/Syllo/nvtop/archive/${version}/nvtop-${version}.tar.gz"
 checksum=14687353e0cc561c87200b9409aa62d9cb26a4c75fbdbdd0925cf4c1297a279f

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] nvtop: add AMD GPUs support
  2022-10-06 13:26 [PR PATCH] nvtop: add AMD GPUs support bubba-champion
@ 2022-10-06 13:28 ` bubba-champion
  2022-10-06 13:31 ` [PR PATCH] [Closed]: " bubba-champion
  2022-10-06 13:35 ` abenson
  2 siblings, 0 replies; 5+ messages in thread
From: bubba-champion @ 2022-10-06 13:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

There is an updated pull request by bubba-champion against master on the void-packages repository

https://github.com/bubba-champion/void-packages nvtop-amd
https://github.com/void-linux/void-packages/pull/39771

nvtop: add AMD GPUs support
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/39771.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvtop-amd-39771.patch --]
[-- Type: text/x-diff, Size: 1774 bytes --]

From cd5c278c1e0a61c8e3beb77e7a02ef3c6acba29f Mon Sep 17 00:00:00 2001
From: bubba-champion <112645980+bubba-champion@users.noreply.github.com>
Date: Thu, 6 Oct 2022 13:16:47 +0000
Subject: [PATCH 1/2] nvtop: add AMD GPUs support

---
 srcpkgs/nvtop/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nvtop/template b/srcpkgs/nvtop/template
index d5bcf77f3bf9..09a75968e23b 100644
--- a/srcpkgs/nvtop/template
+++ b/srcpkgs/nvtop/template
@@ -4,11 +4,10 @@ version=2.0.4
 revision=1
 archs="x86_64"
 build_style=cmake
-makedepends="ncurses-devel"
-depends="nvidia"
-short_desc="NVIDIA GPUs htop-like monitoring tool"
+makedepends="libdrm-devel ncurses-devel"
+short_desc="AMD and NVIDIA GPUs htop like monitoring tool"
 maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Syllo/nvtop"
-distfiles="https://github.com/Syllo/nvtop/archive/$version/nvtop-$version.tar.gz"
+distfiles="https://github.com/Syllo/nvtop/archive/${version}/nvtop-${version}.tar.gz"
 checksum=14687353e0cc561c87200b9409aa62d9cb26a4c75fbdbdd0925cf4c1297a279f

From bfe4f7584b413054b26f836fabeff382532868c4 Mon Sep 17 00:00:00 2001
From: bubba-champion <112645980+bubba-champion@users.noreply.github.com>
Date: Thu, 6 Oct 2022 13:28:40 +0000
Subject: [PATCH 2/2] Update template

---
 srcpkgs/nvtop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nvtop/template b/srcpkgs/nvtop/template
index 09a75968e23b..77208b891b5c 100644
--- a/srcpkgs/nvtop/template
+++ b/srcpkgs/nvtop/template
@@ -1,7 +1,7 @@
 # Template file for 'nvtop'
 pkgname=nvtop
 version=2.0.4
-revision=1
+revision=2
 archs="x86_64"
 build_style=cmake
 makedepends="libdrm-devel ncurses-devel"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: nvtop: add AMD GPUs support
  2022-10-06 13:26 [PR PATCH] nvtop: add AMD GPUs support bubba-champion
  2022-10-06 13:28 ` [PR PATCH] [Updated] " bubba-champion
@ 2022-10-06 13:31 ` bubba-champion
  2022-10-06 13:35 ` abenson
  2 siblings, 0 replies; 5+ messages in thread
From: bubba-champion @ 2022-10-06 13:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

There's a closed pull request on the void-packages repository

nvtop: add AMD GPUs support
https://github.com/void-linux/void-packages/pull/39771

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nvtop: add AMD GPUs support
  2022-10-06 13:26 [PR PATCH] nvtop: add AMD GPUs support bubba-champion
  2022-10-06 13:28 ` [PR PATCH] [Updated] " bubba-champion
  2022-10-06 13:31 ` [PR PATCH] [Closed]: " bubba-champion
@ 2022-10-06 13:35 ` abenson
  2 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2022-10-06 13:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/39771#issuecomment-1270061560

Comment:
Don't open and close PRs, it makes it harder to track them.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PR PATCH] nvtop: add AMD GPUs support
@ 2022-10-06 13:36 bubba-champion
  0 siblings, 0 replies; 5+ messages in thread
From: bubba-champion @ 2022-10-06 13:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

There is a new pull request by bubba-champion against master on the void-packages repository

https://github.com/bubba-champion/void-packages nvtop-amd
https://github.com/void-linux/void-packages/pull/39772

nvtop: add AMD GPUs support
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/39772.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvtop-amd-39772.patch --]
[-- Type: text/x-diff, Size: 1191 bytes --]

From 05b863e5aae2c1b9d65076b9aac0970ef172739a Mon Sep 17 00:00:00 2001
From: bubba-champion <112645980+bubba-champion@users.noreply.github.com>
Date: Thu, 6 Oct 2022 13:34:29 +0000
Subject: [PATCH] nvtop: add AMD GPUs support

---
 srcpkgs/nvtop/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nvtop/template b/srcpkgs/nvtop/template
index d5bcf77f3bf9..77208b891b5c 100644
--- a/srcpkgs/nvtop/template
+++ b/srcpkgs/nvtop/template
@@ -1,14 +1,13 @@
 # Template file for 'nvtop'
 pkgname=nvtop
 version=2.0.4
-revision=1
+revision=2
 archs="x86_64"
 build_style=cmake
-makedepends="ncurses-devel"
-depends="nvidia"
-short_desc="NVIDIA GPUs htop-like monitoring tool"
+makedepends="libdrm-devel ncurses-devel"
+short_desc="AMD and NVIDIA GPUs htop like monitoring tool"
 maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Syllo/nvtop"
-distfiles="https://github.com/Syllo/nvtop/archive/$version/nvtop-$version.tar.gz"
+distfiles="https://github.com/Syllo/nvtop/archive/${version}/nvtop-${version}.tar.gz"
 checksum=14687353e0cc561c87200b9409aa62d9cb26a4c75fbdbdd0925cf4c1297a279f

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-06 13:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 13:26 [PR PATCH] nvtop: add AMD GPUs support bubba-champion
2022-10-06 13:28 ` [PR PATCH] [Updated] " bubba-champion
2022-10-06 13:31 ` [PR PATCH] [Closed]: " bubba-champion
2022-10-06 13:35 ` abenson
2022-10-06 13:36 [PR PATCH] " bubba-champion

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).