[Bf-blender-cvs] [3ba6cea] master: Buildbot: Disable use of own Clang for OSX builds

Sergey Sharybin noreply at git.blender.org
Mon Oct 5 13:00:21 CEST 2015


Commit: 3ba6cea84d50dceb2c5dc74fd16018f5c3f13b4c
Author: Sergey Sharybin
Date:   Mon Oct 5 15:58:52 2015 +0500
Branches: master
https://developer.blender.org/rB3ba6cea84d50dceb2c5dc74fd16018f5c3f13b4c

Buildbot: Disable use of own Clang for OSX builds

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.\

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

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 6a13c80..f310eeb 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,5 @@
-CC = "../lib/darwin-9.x.universal/clang-omp-3.5/bin/clang"
-CXX = "../lib/darwin-9.x.universal/clang-omp-3.5/bin/clang++"
+#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




More information about the Bf-blender-cvs mailing list