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:
authorNathan Letwory <nathan@letworyinteractive.com>2012-05-13 01:37:01 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2012-05-13 01:37:01 +0400
commit63690b6b45aaad4f5add19ae0c4b2d8628728d21 (patch)
treeb0ecbc20bbb9f09bb71f3f0e184dd13d3da0c58b
parente7612ffd244a71bb363c7afe7db480c60c03767f (diff)
Enable setting of CUDA kernels to compile on command-line:
python scons/scons.py BF_CYCLES_CUDA_BINARIES_ARCH=sm_20,sm21
-rw-r--r--build_files/scons/tools/btools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 65593d559ed..1ad0b886cc4 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -177,6 +177,7 @@ def validate_arguments(args, bc):
'BF_DEBUG_CFLAGS', 'BF_DEBUG_CCFLAGS', 'BF_DEBUG_CXXFLAGS',
'C_WARN', 'CC_WARN', 'CXX_WARN',
'LLIBS', 'PLATFORM_LINKFLAGS','MACOSX_ARCHITECTURE', 'MACOSX_SDK_CHECK', 'XCODE_CUR_VER',
+ 'BF_CYCLES_CUDA_BINARIES_ARCH',
]