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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Apr 24 10:14:06 UTC 2015


    Date: Friday, April 24, 2015 @ 12:14:06
  Author: svenstaro
Revision: 132095

upgpkg: cuda 7.0.28-2

We don't care about unsupported compilers lol

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-24 09:49:49 UTC (rev 132094)
+++ PKGBUILD	2015-04-24 10:14:06 UTC (rev 132095)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=cuda
 pkgver=7.0.28
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html"
@@ -48,7 +48,7 @@
   perl install-sdk-linux.pl -cudaprefix="${pkgdir}/opt/cuda" -prefix="${pkgdir}/opt/cuda/samples" -noprompt
 
   # allow gcc 4.9 to work
-  #sed -i "/unsupported GNU/d" $pkgdir/opt/cuda/include/host_config.h
+  sed -i "/unsupported GNU/d" $pkgdir/opt/cuda/include/host_config.h
 
   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