Disable cubins for OSX buildbot
This is a temporary solution in order to get at least rest of the blender begin up-to-date on the buildbot. To be able to compile cubins again we need to switch OSX builder machine to OSX 10.8 and CUDA toolkit 6, which might take some time, unfortunately.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
MACOSX_ARCHITECTURE = 'i386' # valid archs: ppc, i386, ppc64, x86_64
|
||||
|
||||
WITH_BF_CYCLES_CUDA_BINARIES = True
|
||||
WITH_BF_CYCLES_CUDA_BINARIES = False
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
MACOSX_ARCHITECTURE = 'x86_64' # valid archs: ppc, i386, ppc64, x86_64
|
||||
|
||||
WITH_BF_CYCLES_CUDA_BINARIES = True
|
||||
WITH_BF_CYCLES_CUDA_BINARIES = False
|
||||
|
||||
|
Reference in New Issue
Block a user