[Bf-blender-cvs] [2f63700] master: Buildbot: Enable sm_52 for OSX

Sergey Sharybin noreply at git.blender.org
Thu Dec 4 15:31:26 CET 2014


Commit: 2f637004d57b4220e483dc60f72edc86b88d3102
Author: Sergey Sharybin
Date:   Thu Dec 4 19:30:35 2014 +0500
Branches: master
https://developer.blender.org/rB2f637004d57b4220e483dc60f72edc86b88d3102

Buildbot: Enable sm_52 for OSX

This actually enables it in the darwin scons config, that's how it always
used to be configured there.

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

M	build_files/scons/config/darwin-config.py

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

diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index 96a6352..1fb6d64 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -205,7 +205,7 @@ BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
 
 WITH_BF_CYCLES_CUDA_BINARIES = False
 BF_CYCLES_CUDA_NVCC = '/usr/local/cuda/bin/nvcc'
-BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50']
+BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52']
 
 #Freestyle
 WITH_BF_FREESTYLE = True




More information about the Bf-blender-cvs mailing list