[Bf-blender-cvs] [473fc0c] master: Buildbot: Seems quotes are not really needed when passing list

Sergey Sharybin noreply at git.blender.org
Mon Aug 1 16:25:16 CEST 2016


Commit: 473fc0cf0e469e61568b39faf770990a2a3d6c22
Author: Sergey Sharybin
Date:   Mon Aug 1 16:25:03 2016 +0200
Branches: master
https://developer.blender.org/rB473fc0cf0e469e61568b39faf770990a2a3d6c22

Buildbot: Seems quotes are not really needed when passing list

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 92f4688..f0b9283 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -112,7 +112,7 @@ if 'cmake' in builder:
 
     # Prepare CMake options needed to configure cuda binaries compilation.
     cuda_cmake_options.append("-DWITH_CYCLES_CUDA_BINARIES=%s" % ('ON' if build_cubins else 'OFF'))
-    cuda_cmake_options.append("-DCYCLES_CUDA_BINARIES_ARCH=\"sm_20;sm_21;sm_30;sm_35;sm_37;sm_50;sm_52;sm_60\"")
+    cuda_cmake_options.append("-DCYCLES_CUDA_BINARIES_ARCH=sm_20;sm_21;sm_30;sm_35;sm_37;sm_50;sm_52;sm_60")
     if build_cubins or 'cuda' in targets:
         if bits == 32:
             cuda_cmake_options.append("-DCUDA_64_BIT_DEVICE_CODE=OFF")




More information about the Bf-blender-cvs mailing list