Switch linux buildbot to compile all cuda kernels in 64bit environment

Solves memory limit issues when building sm_13 for 32bit platform.

Some further refinement of patch could be needed.
This commit is contained in:
Sergey Sharybin
2013-01-10 08:01:19 +00:00
parent 35d0e99299
commit 2a43380ded
8 changed files with 49 additions and 20 deletions

View File

@@ -276,7 +276,9 @@ if 'blenderlite' in B.targets:
env[k] = v
if 'cudakernels' in B.targets:
env['WITH_BF_CYCLES'] = True
env['WITH_BF_CYCLES_CUDA_BINARIES'] = True
env['WITH_BF_PYTHON'] = False
# Extended OSX_SDK and 3D_CONNEXION_CLIENT_LIBRARY and JAckOSX detection for OSX
if env['OURPLATFORM']=='darwin':