Commit: 90f667576fa50c66d91d48226d7c6fa1a728cb59
Author: Sergey Sharybin
Date:   Thu Aug 27 12:22:44 2015 +0200
Branches: master
https://developer.blender.org/rB90f667576fa50c66d91d48226d7c6fa1a728cb59

Buildbot: Correction to previous commit

Previous commit didn't really disable cuda binaries for some reason.

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

M       build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py 
b/build_files/buildbot/slave_compile.py
index 87beca2..ee89bc9 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -54,6 +54,8 @@ if 'cmake' in builder:
     
cmake_options.append("-C../blender.git/build_files/cmake/config/blender_full.cmake")
     if 'win32' not in builder:
         cmake_options.append("-DWITH_CYCLES_CUDA_BINARIES=1")
+    else:
+        cmake_options.append("-DWITH_CYCLES_CUDA_BINARIES=0")
     # configure and make
     retcode = subprocess.call(['cmake', blender_dir] + cmake_options)
     if retcode != 0:

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to