Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nvidia-container-toolkit: update to 1.16.1.
@ 2024-08-06 12:27 abenson
  2024-08-06 12:45 ` [PR PATCH] [Updated] " abenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: abenson @ 2024-08-06 12:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages nvidia-container-toolkit_1.16.1
https://github.com/void-linux/void-packages/pull/51688

nvidia-container-toolkit: update to 1.16.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/51688.patch is attached

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

From 831327ead3416c65cee558fa55cd79779cec05bf Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 6 Aug 2024 07:27:02 -0500
Subject: [PATCH] nvidia-container-toolkit: update to 1.16.1.

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

diff --git a/srcpkgs/nvidia-container-toolkit/template b/srcpkgs/nvidia-container-toolkit/template
index 668856f4cf94cc..bf895eed9faba2 100644
--- a/srcpkgs/nvidia-container-toolkit/template
+++ b/srcpkgs/nvidia-container-toolkit/template
@@ -1,6 +1,6 @@
 # Template file for 'nvidia-container-toolkit'
 pkgname=nvidia-container-toolkit
-version=1.13.5
+version=1.16.1
 revision=1
 archs="x86_64"
 build_style=go
@@ -14,11 +14,12 @@ maintainer="Quentin Freimanis <quentinfreimanis@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/NVIDIA/nvidia-container-toolkit/"
 distfiles="https://github.com/NVIDIA/nvidia-container-toolkit/archive/v${version}.tar.gz"
-checksum=2e95a89ca3ab95528df4bf32c5e0c8333e283e0465b9636458282c3d49a1b1da
+checksum=38a193444e0342c0a2c0d3664403e2c341eb77f1461b3f9172fd93c04de82165
 
 post_install() {
 	ln -sf /usr/bin/nvidia-container-runtime-hook ${DESTDIR}/usr/bin/${pkgname}
 	vmkdir /etc/nvidia-container-runtime 755
-	vinstall config/config.toml.rpm-yum 644 /etc/nvidia-container-runtime config.toml
-	vinstall oci-nvidia-hook.json 644 /usr/share/containers/oci/hooks.d 00-oci-nvidia-hook.json
+	${DESTDIR}/usr/bin/nvidia-ctk --quiet config                       \
+	 --config-file=${DESTDIR}/etc/nvidia-container-runtime/config.toml \
+	 --in-place
 }

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

end of thread, other threads:[~2024-08-08 12:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-06 12:27 [PR PATCH] nvidia-container-toolkit: update to 1.16.1 abenson
2024-08-06 12:45 ` [PR PATCH] [Updated] " abenson
2024-08-06 12:51 ` abenson
2024-08-06 14:10 ` abenson
2024-08-08 12:22 ` [PR PATCH] [Merged]: " abenson

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