forked from bartvdbraak/blender
8d6e5e2fee
a compiler older than CUDA 5.0 it will give a warning and skip this architecture.
6 lines
194 B
Python
6 lines
194 B
Python
BF_BUILDDIR = '../blender-build/linux-glibc211-i686'
|
|
BF_INSTALLDIR = '../blender-install/linux-glibc211-i686'
|
|
BF_NUMJOBS = 1
|
|
|
|
BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35']
|