Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-03-30 11:05:14 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-03-30 11:05:14 +0300
commit23c0e46a003c491bbcafc8c42eace83fc95f3974 (patch)
tree3b569bd1f33d00e882ad6ad6320278c18926e2d9
parent786763ca4c10be726bc8293fd3bb93d7d019dbc6 (diff)
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.
-rw-r--r--build_files/buildbot/config/user-config-mac-x86_64.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/buildbot/config/user-config-mac-x86_64.py b/build_files/buildbot/config/user-config-mac-x86_64.py
index ac923f48abe..6a13c80f6ce 100644
--- a/build_files/buildbot/config/user-config-mac-x86_64.py
+++ b/build_files/buildbot/config/user-config-mac-x86_64.py
@@ -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
-