forked from bartvdbraak/blender
93c82483c7
- BF_BITNESS should be passed as a command line argument - Made it so CUDA binaries and OSL compiled scripts would be installed regardless WITH_BF_PYTHON (which seems to be quite obvious) - Disable overwrite install, so CUDA kernels installed by it's build target will be preserved when building blender itself.
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_13', 'sm_20', 'sm_21', 'sm_30']
|