[Bf-blender-cvs] [91c146c] master: Cuda 7.5 cannot be made to work with a supported cl.exe version in the same way as cuda 6.0 does allow, disabling cuda kernels on buildbot for now

Martijn Berger noreply at git.blender.org
Tue Jun 7 21:00:32 CEST 2016


Commit: 91c146c42e51676c71eea39342be932c150d5d45
Author: Martijn Berger
Date:   Tue Jun 7 20:58:53 2016 +0200
Branches: master
https://developer.blender.org/rB91c146c42e51676c71eea39342be932c150d5d45

Cuda 7.5 cannot be made to work with a supported cl.exe version in the same way as cuda 6.0 does allow, disabling cuda kernels on buildbot for now

===================================================================

M	build_files/buildbot/slave_compile.py

===================================================================

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index ff5968a..0e72184 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -77,7 +77,7 @@ if 'cmake' in builder:
     elif builder.startswith('win'):
       if builder.endswith('_vc2015'):
         if builder.startswith('win64'):
-            cmake_options.extend(['-G', 'Visual Studio 14 2015 Win64', '-DWITH_CYCLES_CUDA_BINARIES=0''])
+            cmake_options.extend(['-G', 'Visual Studio 14 2015 Win64', '-DWITH_CYCLES_CUDA_BINARIES=0'])
         elif builder.startswith('win32'):
             bits = 32
             cmake_options.extend(['-G', 'Visual Studio 14 2015', '-DWITH_CYCLES_CUDA_BINARIES=0'])




More information about the Bf-blender-cvs mailing list