Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-02-14 19:26:20 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-02-14 19:26:20 +0400
commitb89beaf9909bfcc65558d7837ac9bc444f4dbb31 (patch)
tree40845131bc4e39dec4badf9eac9e80b9d53a3b06 /build_files
parent40e2942f259f9de59fcf93fc99121ff46f630398 (diff)
Buildbot: enable building CUDA binaries on Windows slaves.
Should make CUDA available for rendering in buildbot builds.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 415f95a516f..f29e826f8c3 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -115,6 +115,7 @@ else:
bitness = '64'
scons_options.append('BF_BITNESS=' + bitness)
+ scons_options.append('WITH_BF_CYCLES_CUDA_BINARIES=True')
retcode = subprocess.call(['python', 'scons/scons.py'] + scons_options)
sys.exit(retcode)