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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jun 12 22:24:31 UTC 2016


    Date: Monday, June 13, 2016 @ 00:24:31
  Author: svenstaro
Revision: 179745

Disable CUDA while it's broken

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-12 21:46:08 UTC (rev 179744)
+++ PKGBUILD	2016-06-12 22:24:31 UTC (rev 179745)
@@ -65,6 +65,7 @@
   mkdir build && cd build
 
   [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
+  BUILDCUDA="OFF" # Disabled due to gcc 6.1 not being supported by cuda as of right now
 
   cmake -C../build_files/cmake/config/blender_full.cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list