Skip to content
Snippets Groups Projects
Commit 3a515abf authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Revert last change

parent 9c9d9289
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ pkgname=(cuda cuda-tools) ...@@ -4,7 +4,7 @@ pkgname=(cuda cuda-tools)
pkgbase=cuda pkgbase=cuda
pkgver=12.1.0 pkgver=12.1.0
_driverver=530.30.02 _driverver=530.30.02
pkgrel=2 pkgrel=3
pkgdesc="NVIDIA's GPU programming toolkit" pkgdesc="NVIDIA's GPU programming toolkit"
arch=('x86_64') arch=('x86_64')
url="https://developer.nvidia.com/cuda-zone" url="https://developer.nvidia.com/cuda-zone"
...@@ -120,8 +120,6 @@ build() { ...@@ -120,8 +120,6 @@ build() {
# Add a symlink lib->lib64 as some libraries might expect that (FS#76951) # Add a symlink lib->lib64 as some libraries might expect that (FS#76951)
ln -s lib64 "${_prepdir}/opt/cuda/lib" ln -s lib64 "${_prepdir}/opt/cuda/lib"
ln -s libcupti.so.12 "${_prepdir}"/opt/cuda/extras/CUPTI/lib64/libcupti.so.12.1
# Allow newer compilers to work. This is not officially supported in the Arch package but # Allow newer compilers to work. This is not officially supported in the Arch package but
# if users want to try, let them try. # if users want to try, let them try.
# See https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements # See https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements
......
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