Skip to content
Snippets Groups Projects
Verified Commit f63a6d4b authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

upgpkg: 12.4.1-3: disable debug

Fixes #4
parent 63edae70
No related branches found
No related tags found
No related merge requests found
pkgbase = cuda
pkgdesc = NVIDIA's GPU programming toolkit
pkgver = 12.4.1
pkgrel = 2
pkgrel = 3
url = https://developer.nvidia.com/cuda-zone
install = cuda.install
arch = x86_64
......@@ -10,6 +10,7 @@ pkgbase = cuda
depends = python
depends = gcc
options = !strip
options = !debug
options = staticlibs
source = https://developer.download.nvidia.com/compute/cuda/12.4.1/local_installers/cuda_12.4.1_550.54.15_linux.run
source = cuda.sh
......
......@@ -6,13 +6,13 @@ pkgname=(cuda cuda-tools)
pkgbase=cuda
pkgver=12.4.1
_driverver=550.54.15
pkgrel=2
pkgrel=3
pkgdesc="NVIDIA's GPU programming toolkit"
arch=('x86_64')
url="https://developer.nvidia.com/cuda-zone"
license=(LicenseRef-NVIDIA-CUDA)
depends=('opencl-nvidia' 'python' 'gcc')
options=(!strip staticlibs)
options=(!strip !debug staticlibs)
install=cuda.install
source=(https://developer.download.nvidia.com/compute/cuda/${pkgver}/local_installers/cuda_${pkgver}_${_driverver}_linux.run
cuda.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment