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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Feb 28 11:16:08 UTC 2019


    Date: Thursday, February 28, 2019 @ 11:16:07
  Author: svenstaro
Revision: 437022

upgpkg: cuda 10.1.105-3

More symlinks for cublas

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-28 11:04:32 UTC (rev 437021)
+++ PKGBUILD	2019-02-28 11:16:07 UTC (rev 437022)
@@ -3,7 +3,7 @@
 pkgver=10.1.105
 _basever=10.1.105
 _driverver=418.39
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html"
@@ -44,6 +44,11 @@
   ln -s lib "${pkgdir}/opt/cuda/lib64"
   ln -s lib "${pkgdir}/opt/cuda/nvvm/lib64"
 
+  # How did they forget these symlinks?
+  ln -s libcublasLt.so.10 "${pkgdir}"/opt/cuda/lib64/libcublasLt.so.10.1
+  ln -s libcublas.so.10 "${pkgdir}"/opt/cuda/lib64/libcublas.so.10.1
+  ln -s libnvblas.so.10 "${pkgdir}"/opt/cuda/lib64/libnvblas.so.10.1
+
   # Install profile and ld.so.config files
   install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
   install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"



More information about the arch-commits mailing list