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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun May 6 21:40:03 UTC 2018


    Date: Sunday, May 6, 2018 @ 21:40:02
  Author: svenstaro
Revision: 319045

upgpkg: cuda 9.1.85.3-5

Use gcc54 because of a bug in nvcc

Modified:
  cuda/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-06 21:16:34 UTC (rev 319044)
+++ PKGBUILD	2018-05-06 21:40:02 UTC (rev 319045)
@@ -3,12 +3,12 @@
 pkgname=cuda
 pkgver=9.1.85.3
 _basever=9.1.85
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html"
 license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'gcc5' 'nvidia-utils')
+depends=('gcc-libs' 'opencl-nvidia' 'gcc54' 'nvidia-utils')
 replaces=('cuda-toolkit' 'cuda-sdk')
 provides=('cuda-toolkit' 'cuda-sdk')
 optdepends=('gdb: for cuda-gdb'



More information about the arch-commits mailing list