Temporary disable sm_13 for 32bit buildbot -- it requires more than 4GB of memory

to compile, which for sure can not be allocated on 32bit platform
This commit is contained in:
Sergey Sharybin 2012-10-22 18:10:15 +00:00
parent 8a2c30ac57
commit 5b0759fc00
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ WITH_BF_JACK = True
# Cycles
WITH_BF_CYCLES = True
WITH_BF_CYCLES_CUDA_BINARIES = True
BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21', 'sm_30']
#BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21', 'sm_30']
BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30']
WITH_BF_OIIO = True
WITH_BF_STATICOIIO = True