From 2a43380dedd2aec7d5cb0260448e894c22da04fb Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 10 Jan 2013 08:01:19 +0000 Subject: 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. --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index c50240b85e0..49e899c3d20 100644 --- a/SConstruct +++ b/SConstruct @@ -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': -- cgit v1.2.3