[Bf-blender-cvs] [4f29613] master: Buildbot: Test enable CUDA binaries for Win32

Sergey Sharybin noreply at git.blender.org
Wed Sep 9 13:39:21 CEST 2015


Commit: 4f296138949e7aa000a1ea52646b57d640b6d563
Author: Sergey Sharybin
Date:   Wed Sep 9 16:38:44 2015 +0500
Branches: master
https://developer.blender.org/rB4f296138949e7aa000a1ea52646b57d640b6d563

Buildbot: Test enable CUDA binaries for Win32

Linux 32bit seems to work fine now, let's see if Win32 also works.

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index ee89bc9..d30241a 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -52,10 +52,7 @@ if 'cmake' in builder:
         cmake_options.append(['-G', '"Visual Studio 12 2013"'])
 
     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")
+    cmake_options.append("-DWITH_CYCLES_CUDA_BINARIES=1")
     # configure and make
     retcode = subprocess.call(['cmake', blender_dir] + cmake_options)
     if retcode != 0:




More information about the Bf-blender-cvs mailing list