[Bf-blender-cvs] SVN commit: /data/svn/repos/bf-blender [61434] trunk/lib/ darwin-9.x.universal: OSX/libs: remove clang-omp 3.4 version, use the 3.5 based one now

jens verwiebe info at jensverwiebe.de
Sun Oct 19 17:54:49 CEST 2014


Revision: 61434
          https://developer.blender.org/rBL61434
Author:   jensverwiebe
Date:     2014-10-19 15:54:48 +0000 (Sun, 19 Oct 2014)
Log Message:
-----------
OSX/libs: remove clang-omp 3.4 version, use the 3.5 based one now

Added Paths:
-----------
    trunk/lib/darwin-9.x.universal/clang-omp-3.5/README.txt

Removed Paths:
-------------
    trunk/lib/darwin-9.x.universal/clang-omp/

Added: trunk/lib/darwin-9.x.universal/clang-omp-3.5/README.txt
===================================================================
--- trunk/lib/darwin-9.x.universal/clang-omp-3.5/README.txt	                        (rev 0)
+++ trunk/lib/darwin-9.x.universal/clang-omp-3.5/README.txt	2014-10-19 15:54:48 UTC (rev 61434)
@@ -0,0 +1,18 @@
+This is a build of the clang-openmp branch ( based on svn 3.5 )
+Actual build supports OSX 10.9 and up, older may not work due
+the compile ignored setting the deployment target.
+
+More information can be obtained here: http://clang-omp.github.io
+
+To use this compiler just add to your userconfig:
+
+CC = '../lib/darwin-9.x.universal/clang-omp-3.5/bin/clang'
+CXX = '../lib/darwin-9.x.universal/clang-omp-3.5/bin/clang++'
+
+..and you are done.
+
+Note: for i386 aka Intel 32bit builds: due a bug in OSL it must be still disabled:
+WITH_BF_CYCLES_OSL = False
+
+
+Jens




More information about the Bf-blender-cvs mailing list