Buildbot: Use Clang with OpenMP support for 64bit OSX builds

This should make such areas as simulations and sculpting nicely threaded.

32bit will be tried to be supported later.
This commit is contained in:
Sergey Sharybin 2015-03-30 13:05:14 +05:00
parent 786763ca4c
commit 23c0e46a00

@ -1,5 +1,6 @@
CC = "../lib/darwin-9.x.universal/clang-omp-3.5/bin/clang"
CXX = "../lib/darwin-9.x.universal/clang-omp-3.5/bin/clang++"
MACOSX_ARCHITECTURE = 'x86_64' # valid archs: ppc, i386, ppc64, x86_64
WITH_BF_CYCLES_CUDA_BINARIES = True