
Our version of clang fails with latest SDK. It's not really clear if such change will disable openmp or not (-fopenmp doesn't throw an error, but it might be a silent fail). In any case, builds without OpenMP is better than no builds at all.\
7 lines
232 B
Python
7 lines
232 B
Python
#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
|