
Solves memory limit issues when building sm_13 for 32bit platform. Some further refinement of patch could be needed.
7 lines
214 B
Python
7 lines
214 B
Python
BF_BUILDDIR = '../blender-build/linux-glibc211-x86_64'
|
|
BF_INSTALLDIR = '../blender-install/linux-glibc211-x86_64'
|
|
BF_NUMJOBS = 1
|
|
BF_BITNESS = 64
|
|
|
|
BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21', 'sm_30']
|