[Bf-blender-cvs] [23c0e46] master: Buildbot: Use Clang with OpenMP support for 64bit OSX builds

Sergey Sharybin noreply at git.blender.org
Mon Mar 30 10:06:31 CEST 2015


Commit: 23c0e46a003c491bbcafc8c42eace83fc95f3974
Author: Sergey Sharybin
Date:   Mon Mar 30 13:05:14 2015 +0500
Branches: master
https://developer.blender.org/rB23c0e46a003c491bbcafc8c42eace83fc95f3974

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.

===================================================================

M	build_files/buildbot/config/user-config-mac-x86_64.py

===================================================================

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 ac923f4..6a13c80 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
-




More information about the Bf-blender-cvs mailing list