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.
This commit is contained in:
Sergey Sharybin 2014-12-04 19:30:35 +05:00
parent 4fe2b45d3d
commit 2f637004d5
Notes: blender-bot 2023-02-14 11:18:07 +01:00
Referenced by issue #42858, bpy.ops.logic.controller_add() is too eager in making name unique
1 changed files with 1 additions and 1 deletions

View File

@ -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