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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue May 1 10:26:38 UTC 2018


    Date: Tuesday, May 1, 2018 @ 10:26:37
  Author: svenstaro
Revision: 318586

upgpkg: cuda 9.1.85.3-3

Uncomment wrongfully commented code

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-01 09:55:49 UTC (rev 318585)
+++ PKGBUILD	2018-05-01 10:26:37 UTC (rev 318586)
@@ -3,7 +3,7 @@
 pkgname=cuda
 pkgver=9.1.85.3
 _basever=9.1.85
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html"
@@ -70,7 +70,7 @@
   # without which we couldn't compile anything at all.
   # Super dirty hack. I really hope it doesn't break other stuff!
   # Hopefully we can remove this for later version of cuda.
-  # sed -i "1 i#define _BITS_FLOATN_H" "${pkgdir}/opt/cuda/include/host_defines.h"
+  sed -i "1 i#define _BITS_FLOATN_H" "${pkgdir}/opt/cuda/include/host_defines.h"
 
   # Needs gcc5
   ln -s /usr/bin/gcc-5 "${pkgdir}/opt/cuda/bin/gcc"



More information about the arch-commits mailing list