Github messages for voidlinux
 help / color / mirror / Atom feed
From: CODJointOps <CODJointOps@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] nvidia: update to 545.29.06.
Date: Fri, 29 Dec 2023 06:58:33 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47967@inbox.vuxu.org> (raw)

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

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

https://github.com/CODJointOps/void-packages nvidia
https://github.com/void-linux/void-packages/pull/47967

nvidia: update to 545.29.06.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64



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

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

From a8d67c131b0d9c75aed37447d037336aa67b9adf Mon Sep 17 00:00:00 2001
From: Wizzard <rich@bandaholics.cash>
Date: Fri, 29 Dec 2023 00:55:20 -0500
Subject: [PATCH] nvidia: update to 545.29.06.

---
 common/shlibs           |  1 +
 srcpkgs/nvidia/template | 17 +++++++----------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index cdee5382e28f6..e9d44b389bb51 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -139,6 +139,7 @@ libnvidia-ml.so.1 nvidia390-libs-390.87_1 ignore
 libnvidia-ml.so.1 nvidia470-libs-470.103.01_1 ignore
 libnvidia-tls.so.346.47 nvidia-libs-346.47_1 ignore
 libnvidia-glcore.so.346.47 nvidia-libs-346.47_1 ignore
+libnvidia-gpucomp.so.545.29.06 nvidia-libs-545.29.06_1
 libnvidia-gtk2.so.346.47 nvidia-gtklibs-346.47_1 ignore
 libnvidia-gtk3.so.346.47 nvidia-gtklibs-346.47_1 ignore
 libnvidia-glcore.so.390.87 nvidia390-libs-390.87_1 ignore
diff --git a/srcpkgs/nvidia/template b/srcpkgs/nvidia/template
index 64fb7dcec8e0e..53180a9efc70f 100644
--- a/srcpkgs/nvidia/template
+++ b/srcpkgs/nvidia/template
@@ -3,7 +3,7 @@
 _desc="NVIDIA drivers for linux"
 
 pkgname=nvidia
-version=535.146.02
+version=545.29.06
 revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
@@ -19,7 +19,7 @@ conflicts="xserver-abi-video>25_1 nvidia470>=0 nvidia390>=0"
 
 _pkg="NVIDIA-Linux-x86_64-${version}"
 distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-checksum=49fd1cc9e445c98b293f7c66f36becfe12ccc1de960dfff3f1dc96ba3a9cbf70
+checksum=82bc55676add43416c146e70c624c8dc6af16cc04c7238680c56a30e0045b17b
 # subpackages need to be processed in this specific order
 subpackages="nvidia-gtklibs nvidia-dkms nvidia-firmware nvidia-opencl nvidia-libs nvidia-libs-32bit"
 depends="nvidia-libs-${version}_${revision}
@@ -44,6 +44,9 @@ _install_libs() {
 	# Vulkan core library
 	vinstall libnvidia-glvkspirv.so.${version} 755 ${libdir}
 
+	# GPU computation library
+	vinstall libnvidia-gpucomp.so.${version} 755 ${libdir}
+
 	vinstall libEGL_nvidia.so.${version} 755 ${libdir}
 	ln -sf libEGL_nvidia.so.${version} ${DESTDIR}/${libdir}/libEGL_nvidia.so.0
 
@@ -129,8 +132,8 @@ do_install() {
 		${DESTDIR}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.1
 
 	# Wayland/GBM
-	vinstall libnvidia-egl-wayland.so.1.1.11 755 usr/lib
-	ln -sf libnvidia-egl-wayland.so.1.1.11 \
+	vinstall libnvidia-egl-wayland.so.1.1.12 755 usr/lib
+	ln -sf libnvidia-egl-wayland.so.1.1.12 \
 		${DESTDIR}/usr/lib/libnvidia-egl-wayland.so.1
 	vinstall libnvidia-egl-gbm.so.1.1.0 755 usr/lib
 	ln -sf libnvidia-egl-gbm.so.1.1.0 \
@@ -219,12 +222,6 @@ do_install() {
 	# vulkan real-time ray tracing extensions
 	vinstall libnvidia-rtcore.so.${version} 755 usr/lib
 
-	vinstall libnvidia-vulkan-producer.so.${version} 755 usr/lib
-	ln -sf libnvidia-vulkan-producer.so.${version} \
-		${DESTDIR}/usr/lib/libnvidia-vulkan-producer.so
-	ln -sf libnvidia-vulkan-producer.so.${version} \
-		${DESTDIR}/usr/lib/libnvidia-vulkan-producer.so.1
-
 	# ngx
 	vbin nvidia-ngx-updater
 	vinstall libnvidia-ngx.so.${version} 755 usr/lib

             reply	other threads:[~2023-12-29  5:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-29  5:58 CODJointOps [this message]
2024-01-17 19:49 ` Bqleine
2024-01-31 15:35 ` [PR PATCH] [Closed]: " ahesford
2024-01-31 15:35 ` ahesford
2024-01-19 18:00 [PR PATCH] " dataCobra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47967@inbox.vuxu.org \
    --to=codjointops@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).