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 - _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
