Date: Sunday, May 1, 2016 @ 13:21:00 Author: svenstaro Revision: 173255
upgpkg: cuda 7.5.18-2 Add nvvm to cuda ld config Modified: cuda/trunk/PKGBUILD cuda/trunk/cuda.conf -----------+ PKGBUILD | 6 +++--- cuda.conf | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-01 11:16:33 UTC (rev 173254) +++ PKGBUILD 2016-05-01 11:21:00 UTC (rev 173255) @@ -2,7 +2,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=cuda pkgver=7.5.18 -pkgrel=1 +pkgrel=2 pkgdesc="NVIDIA's GPU programming toolkit" arch=('x86_64') url="http://www.nvidia.com/object/cuda_home.html" @@ -16,9 +16,9 @@ source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run cuda.sh cuda.conf) -md5sums=('b22ef6bc073f7cf767f547a84fb0e3c2' +md5sums=('4b3bcecf0dfc35928a0898793cf3e4c6' '7e5990e03eea90075f5a500e91a0c3d3' - 'ffe1e6fb7f97b23da28fd94a5fd7356d') + '71420ee4e90c65df21c6c5d34373c245') prepare() { sh cuda_${pkgver}_linux.run -extract=${srcdir} Modified: cuda.conf =================================================================== --- cuda.conf 2016-05-01 11:16:33 UTC (rev 173254) +++ cuda.conf 2016-05-01 11:21:00 UTC (rev 173255) @@ -1,2 +1,4 @@ /opt/cuda/lib64 /opt/cuda/lib +/opt/cuda/nvvm/lib64 +/opt/cuda/nvvm/lib
