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 21:03:27 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-02-14 21:03:27 +0400
commit001299a0f670b4852d9eb50d7042d3c3a54dcf7f (patch)
treeff73da0de37427780d3c5e6082eb21af8333766f /build_files
parent5bff5577445c8a032be584fca847963dcbb1ad68 (diff)
Buildbot: WITH_BF_CYCLES_CUDA_BINARIES should be set for packing stage too.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_pack.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index 94640803aae..91444fe080a 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -79,6 +79,8 @@ if builder.find('scons') != -1:
bitness = '64'
scons_options.append('BF_BITNESS=' + bitness)
+ scons_options.append('WITH_BF_CYCLES_CUDA_BINARIES=True')
+ scons_options.append('BF_CYCLES_CUDA_NVCC=nvcc.exe')
retcode = subprocess.call(['python', 'scons/scons.py'] + scons_options)
sys.exit(retcode)