[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40666] trunk/blender/build_files/scons/ config/darwin-config.py: OSX: change omp default True gor gcc-4.6. 1 only atm

jens verwiebe info at jensverwiebe.de
Wed Sep 28 19:21:08 CEST 2011


Revision: 40666
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40666
Author:   jensverwiebe
Date:     2011-09-28 17:21:08 +0000 (Wed, 28 Sep 2011)
Log Message:
-----------
OSX: change omp default True gor gcc-4.6.1 only atm

Modified Paths:
--------------
    trunk/blender/build_files/scons/config/darwin-config.py

Modified: trunk/blender/build_files/scons/config/darwin-config.py
===================================================================
--- trunk/blender/build_files/scons/config/darwin-config.py	2011-09-28 17:15:28 UTC (rev 40665)
+++ trunk/blender/build_files/scons/config/darwin-config.py	2011-09-28 17:21:08 UTC (rev 40666)
@@ -91,7 +91,7 @@
 #############################################################################
 
 #Defaults openMP to true if compiler handles it
-if CC == 'gcc-4.2' or CC == 'llvm-gcc-4.2':
+if CC.endswith('4.6.1'):
     WITH_BF_OPENMP = True  # multithreading for fluids, cloth and smoke
 else:
     WITH_BF_OPENMP = False




More information about the Bf-blender-cvs mailing list