Article 6CKFH cudatoolkit SlackBuild for 12.1.1?

cudatoolkit SlackBuild for 12.1.1?

by
Geremia
from LinuxQuestions.org on (#6CKFH)
I'm trying to build CUDA toolkit VERSION="12.1.1" for Nvidia driver version 530.30.02, but I get the error that the "cuda-toolkit" directory doesn't exist.

Here are the diffs of the SlackBuild and info file I'm using:

Code:--- /var/lib/sbopkg/SBo/15.0/development/cudatoolkit/cudatoolkit.info 2022-03-10 22:34:28.000000000 -0700
+++ /var/lib/sbopkg/SBo/15.0/development/cudatoolkit/cudatoolkit.info.sbopkg 2023-05-06 13:24:58.098200424 -0700
@@ -1,9 +1,9 @@
PRGNAM="cudatoolkit"
-VERSION="10.2.89"
+VERSION="12.1.1"
HOMEPAGE="https://developer.nvidia.com/cuda-toolkit"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux.run"
+DOWNLOAD_x86_64="https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda_12.1.1_530.30.02_linux.run"
MD5SUM_x86_64="3d816c583759efa8567a92c1a2af90db"
REQUIRES="nvidia-driver zulu-openjdk8"
MAINTAINER="Giorgio Peron"Code:--- /var/lib/sbopkg/SBo/15.0/development/cudatoolkit/cudatoolkit.SlackBuild 2022-03-10 22:34:28.000000000 -0700
+++ /var/lib/sbopkg/SBo/15.0/development/cudatoolkit/cudatoolkit.SlackBuild.sbopkg 2023-05-14 21:24:32.121401812
@@ -26,8 +26,8 @@

PRGNAM=cudatoolkit
FILENAME=cuda
-VERSION=${VERSION:-10.2.89}
-DRIVER=${DRIVER:-440.33.01}
+VERSION=${VERSION:-12.1.1}
+DRIVER=${DRIVER:-530.30.02}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments