[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44113] trunk/blender/build_files/buildbot /slave_compile.py: Buildbot: another attempt to make Windows builds support CUDA

Sergey Sharybin sergey.vfx at gmail.com
Tue Feb 14 16:59:17 CET 2012


Revision: 44113
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44113
Author:   nazgul
Date:     2012-02-14 15:59:10 +0000 (Tue, 14 Feb 2012)
Log Message:
-----------
Buildbot: another attempt to make Windows builds support CUDA

Set BF_CYCLES_CUDA_NVCC to nvcc.exe, hopefully it's on search path at builder machine.

Modified Paths:
--------------
    trunk/blender/build_files/buildbot/slave_compile.py

Modified: trunk/blender/build_files/buildbot/slave_compile.py
===================================================================
--- trunk/blender/build_files/buildbot/slave_compile.py	2012-02-14 15:44:17 UTC (rev 44112)
+++ trunk/blender/build_files/buildbot/slave_compile.py	2012-02-14 15:59:10 UTC (rev 44113)
@@ -116,6 +116,7 @@
 
             scons_options.append('BF_BITNESS=' + bitness)
             scons_options.append('WITH_BF_CYCLES_CUDA_BINARIES=True')
+            scons_options.append('BF_CYCLES_CUDA_NVCC=nvcc.exe')
 
         retcode = subprocess.call(['python', 'scons/scons.py'] + scons_options)
         sys.exit(retcode)




More information about the Bf-blender-cvs mailing list