Date: Friday, December 30, 2022 @ 06:56:20
  Author: svenstaro
Revision: 1372357

upgpkg: cuda 12.0.0-3: Add lib64->lib symlink (FS#76951)

Modified:
  cuda/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-30 02:47:49 UTC (rev 1372356)
+++ PKGBUILD    2022-12-30 06:56:20 UTC (rev 1372357)
@@ -4,7 +4,7 @@
 pkgbase=cuda
 pkgver=12.0.0
 _driverver=525.60.13
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuda-zone";
@@ -117,6 +117,9 @@
   ln -s /opt/cuda/EULA.txt "${_prepdir}/usr/share/licenses/${pkgname}/EULA.txt"
   ln -s /opt/cuda/README "${_prepdir}/usr/share/licenses/${pkgname}/README"
 
+  # Add a symlink lib->lib64 as some libraries might expect that (FS#76951)
+  ln -s lib64 "${_prepdir}/opt/cuda/lib"
+
   # Allow newer compilers to work. This is not officially supported in the 
Arch package but
   # if users want to try, let them try.
   # See 
https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements
@@ -140,6 +143,7 @@
 
   cd "${_prepdir}"
   cp -al * "${pkgdir}"
+
   # remove broken links
   rm "${pkgdir}"/opt/cuda/include/include
   rm "${pkgdir}"/opt/cuda/lib64/lib64

Reply via email to