[Bf-blender-cvs] [89811ce] soc-2013-paint: Need to disable Libmv for cudakernels target

Sergey Sharybin noreply at git.blender.org
Sat Jul 12 12:44:43 CEST 2014


Commit: 89811ce275c80c5f400eb2fff565587c62ddea18
Author: Sergey Sharybin
Date:   Thu Jul 10 10:56:38 2014 +0600
https://developer.blender.org/rB89811ce275c80c5f400eb2fff565587c62ddea18

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 23dc67d..331158e 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")))




More information about the Bf-blender-cvs mailing list