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>2014-07-10 08:56:38 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-07-10 08:56:38 +0400
commit30b4d0c0eca31215d67d346119ba8ecf79f70a2e (patch)
tree4c851c7374cd3022beff4ab751a0f575b1e294a5 /SConstruct
parent430efd4228d3c4e7884947bc1d3d79bc8c0f2d39 (diff)
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.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index f4e9e19d8a3..6abf91c3c13 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")))