Commit: 30b4d0c0eca31215d67d346119ba8ecf79f70a2e
Author: Sergey Sharybin
Date:   Thu Jul 10 10:56:38 2014 +0600
https://developer.blender.org/rB30b4d0c0eca31215d67d346119ba8ecf79f70a2e

Need to disable Libmv for cudakernels target

This way no access to automated tests variables will happen.

Ideally it should be something more like using blenderlite
with just Cycles enabled, but let's keep it for a bigger
clean up.

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

M       SConstruct

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

diff --git a/SConstruct b/SConstruct
index f4e9e19..6abf91c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -272,6 +272,7 @@ if 'cudakernels' in B.targets:
     env['WITH_BF_CYCLES'] = True
     env['WITH_BF_CYCLES_CUDA_BINARIES'] = True
     env['WITH_BF_PYTHON'] = False
+    env['WITH_BF_LIBMV'] = False
 
 # Configure paths for automated configuration test programs
 env['CONFIGUREDIR'] = 
os.path.abspath(os.path.normpath(os.path.join(env['BF_BUILDDIR'], 
"sconf_temp")))

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to