[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51513] trunk/blender/build_files/buildbot /config/user-config-i686.py: Temporary disable sm_13 for 32bit buildbot -- it requires more than 4GB of memory

Sergey Sharybin sergey.vfx at gmail.com
Mon Oct 22 20:10:15 CEST 2012


Revision: 51513
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51513
Author:   nazgul
Date:     2012-10-22 18:10:15 +0000 (Mon, 22 Oct 2012)
Log Message:
-----------
Temporary disable sm_13 for 32bit buildbot -- it requires more than 4GB of memory
to compile, which for sure can not be allocated on 32bit platform

Modified Paths:
--------------
    trunk/blender/build_files/buildbot/config/user-config-i686.py

Modified: trunk/blender/build_files/buildbot/config/user-config-i686.py
===================================================================
--- trunk/blender/build_files/buildbot/config/user-config-i686.py	2012-10-22 17:34:16 UTC (rev 51512)
+++ trunk/blender/build_files/buildbot/config/user-config-i686.py	2012-10-22 18:10:15 UTC (rev 51513)
@@ -97,7 +97,8 @@
 # Cycles
 WITH_BF_CYCLES = True
 WITH_BF_CYCLES_CUDA_BINARIES = True
-BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21', 'sm_30']
+#BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21', 'sm_30']
+BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30']
 
 WITH_BF_OIIO = True
 WITH_BF_STATICOIIO = True




More information about the Bf-blender-cvs mailing list