Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nvidia: update to 545.29.06.
@ 2023-12-29  5:58 CODJointOps
  2024-01-17 19:49 ` Bqleine
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: CODJointOps @ 2023-12-29  5:58 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: nvidia: update to 545.29.06.
  2023-12-29  5:58 [PR PATCH] nvidia: update to 545.29.06 CODJointOps
@ 2024-01-17 19:49 ` Bqleine
  2024-01-31 15:35 ` [PR PATCH] [Closed]: " ahesford
  2024-01-31 15:35 ` ahesford
  2 siblings, 0 replies; 7+ messages in thread
From: Bqleine @ 2024-01-17 19:49 UTC (permalink / raw)
  To: ml

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

New comment by Bqleine on void-packages repository

https://github.com/void-linux/void-packages/pull/47967#issuecomment-1896563501

Comment:
This update is pretty important to fix some proton crashes : https://github.com/ValveSoftware/Proton/issues/6859#issuecomment-1682357594

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

* Re: [PR PATCH] [Closed]: nvidia: update to 545.29.06.
  2023-12-29  5:58 [PR PATCH] nvidia: update to 545.29.06 CODJointOps
  2024-01-17 19:49 ` Bqleine
@ 2024-01-31 15:35 ` ahesford
  2024-01-31 15:35 ` ahesford
  2 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2024-01-31 15:35 UTC (permalink / raw)
  To: ml

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

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

nvidia: update to 545.29.06.
https://github.com/void-linux/void-packages/pull/47967

Description:
<!-- 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



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

* Re: nvidia: update to 545.29.06.
  2023-12-29  5:58 [PR PATCH] nvidia: update to 545.29.06 CODJointOps
  2024-01-17 19:49 ` Bqleine
  2024-01-31 15:35 ` [PR PATCH] [Closed]: " ahesford
@ 2024-01-31 15:35 ` ahesford
  2 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2024-01-31 15:35 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/47967#issuecomment-1919354616

Comment:
See discussion in #48286

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

* Re: nvidia: update to 545.29.06.
  2024-01-19 18:00 [PR PATCH] " dataCobra
  2024-01-20  2:44 ` classabbyamp
  2024-01-20  5:20 ` abenson
@ 2024-01-20  7:52 ` dataCobra
  2 siblings, 0 replies; 7+ messages in thread
From: dataCobra @ 2024-01-20  7:52 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/48286#issuecomment-1901891737

Comment:
Alright, I think making it a separate package does not make sense.

Do we want to discuss this further or should we just close the PR?

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

* Re: nvidia: update to 545.29.06.
  2024-01-19 18:00 [PR PATCH] " dataCobra
  2024-01-20  2:44 ` classabbyamp
@ 2024-01-20  5:20 ` abenson
  2024-01-20  7:52 ` dataCobra
  2 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2024-01-20  5:20 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/48286#issuecomment-1901761349

Comment:
> do we want to switch branches to the new feature branch

No. Generally, we keep to "stable" or, in the case of `nvidia`, the "production" branch.

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

* Re: nvidia: update to 545.29.06.
  2024-01-19 18:00 [PR PATCH] " dataCobra
@ 2024-01-20  2:44 ` classabbyamp
  2024-01-20  5:20 ` abenson
  2024-01-20  7:52 ` dataCobra
  2 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-01-20  2:44 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48286#issuecomment-1901658407

Comment:
@abenson 


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

end of thread, other threads:[~2024-01-31 15:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-29  5:58 [PR PATCH] nvidia: update to 545.29.06 CODJointOps
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
2024-01-20  2:44 ` classabbyamp
2024-01-20  5:20 ` abenson
2024-01-20  7:52 ` dataCobra

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).