[arch-commits] Commit in cuda/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Aug 28 03:31:16 UTC 2021


    Date: Saturday, August 28, 2021 @ 03:31:15
  Author: svenstaro
Revision: 1007540

upgpkg: cuda 11.4.1-2: Fix old symlinks to gcc-10 (FS#71874)

Modified:
  cuda/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-28 03:21:32 UTC (rev 1007539)
+++ PKGBUILD	2021-08-28 03:31:15 UTC (rev 1007540)
@@ -4,7 +4,7 @@
 pkgbase=cuda
 pkgver=11.4.1
 _driverver=470.57.02
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuda-zone"
@@ -109,8 +109,8 @@
 
   # Define compilers for CUDA to use.
   # This allows us to use older versions of GCC if we have to.
-  ln -s /usr/bin/gcc-10 "${_prepdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++-10 "${_prepdir}/opt/cuda/bin/g++"
+  ln -s /usr/bin/gcc "${_prepdir}/opt/cuda/bin/gcc"
+  ln -s /usr/bin/g++ "${_prepdir}/opt/cuda/bin/g++"
 
   # Install profile and ld.so.config files
   install -Dm755 "${srcdir}/cuda.sh" "${_prepdir}/etc/profile.d/cuda.sh"



More information about the arch-commits mailing list