[Bf-blender-cvs] [90f6675] master: Buildbot: Correction to previous commit

Sergey Sharybin noreply at git.blender.org
Thu Aug 27 12:25:30 CEST 2015


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:




More information about the Bf-blender-cvs mailing list