[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41688] trunk/blender/build_files/scons/ config: Cycles:

Thomas Dinges blender at dingto.org
Tue Nov 8 22:46:32 CET 2011


Revision: 41688
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41688
Author:   dingto
Date:     2011-11-08 21:46:31 +0000 (Tue, 08 Nov 2011)
Log Message:
-----------
Cycles:
* Scons: Disable Cycles per default on Linux/Mac for now until compile issues have been sorted out. 

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

Modified: trunk/blender/build_files/scons/config/darwin-config.py
===================================================================
--- trunk/blender/build_files/scons/config/darwin-config.py	2011-11-08 21:40:08 UTC (rev 41687)
+++ trunk/blender/build_files/scons/config/darwin-config.py	2011-11-08 21:46:31 UTC (rev 41688)
@@ -254,6 +254,8 @@
 
 WITH_BF_QUICKTIME = True
 
+WITH_BF_CYCLES = False
+
 WITH_BF_ICONV = True
 BF_ICONV = '/usr'
 BF_ICONV_INC = '${BF_ICONV}/include'

Modified: trunk/blender/build_files/scons/config/linux-config.py
===================================================================
--- trunk/blender/build_files/scons/config/linux-config.py	2011-11-08 21:40:08 UTC (rev 41687)
+++ trunk/blender/build_files/scons/config/linux-config.py	2011-11-08 21:46:31 UTC (rev 41688)
@@ -178,6 +178,8 @@
 BF_JEMALLOC_LIB = 'jemalloc'
 BF_JEMALLOC_LIB_STATIC = '${BF_JEMALLOC_LIBPATH}/libjemalloc.a'
 
+WITH_BF_CYCLES = False
+
 WITH_BF_OPENMP = True
 
 #Ray trace optimization




More information about the Bf-blender-cvs mailing list