[arch-commits] Commit in cuda/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Oct 24 00:37:26 UTC 2016
Date: Monday, October 24, 2016 @ 00:37:25
Author: svenstaro
Revision: 193121
upgpkg: cuda 8.0.44-2
Do not patch out compiler version check
Modified:
cuda/trunk/PKGBUILD
----------+
PKGBUILD | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-24 00:11:45 UTC (rev 193120)
+++ PKGBUILD 2016-10-24 00:37:25 UTC (rev 193121)
@@ -2,7 +2,7 @@
# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
pkgname=cuda
pkgver=8.0.44
-pkgrel=1
+pkgrel=2
pkgdesc="NVIDIA's GPU programming toolkit"
arch=('x86_64')
url="http://www.nvidia.com/object/cuda_home.html"
@@ -54,8 +54,6 @@
perl install-linux.pl -prefix="${pkgdir}/opt/cuda" -noprompt
perl install-sdk-linux.pl -cudaprefix="${pkgdir}/opt/cuda" -prefix="${pkgdir}/opt/cuda/samples" -noprompt
- # allow newer gccs to work
- sed -i "/unsupported GNU/d" $pkgdir/opt/cuda/include/host_config.h
ln -s /usr/bin/gcc-5 "${pkgdir}/opt/cuda/bin/gcc"
ln -s /usr/bin/g++-5 "${pkgdir}/opt/cuda/bin/g++"
More information about the arch-commits
mailing list