[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44110] trunk/blender/build_files/buildbot /slave_compile.py: Buildbot: enable building CUDA binaries on Windows slaves.

Thomas Dinges blender at dingto.org
Tue Feb 14 16:30:05 CET 2012


Isn't BF_CYCLES_CUDA_NVCC supposed to take the path to the nvcc compiler?
You need to enable WITH_BF_CYCLES_CUDA_BINARIES.

Am 14.02.2012 16:26, schrieb Sergey Sharybin:
> Revision: 44110
>            http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44110
> Author:   nazgul
> Date:     2012-02-14 15:26:20 +0000 (Tue, 14 Feb 2012)
> Log Message:
> -----------
> Buildbot: enable building CUDA binaries on Windows slaves.
> Should make CUDA available for rendering in buildbot builds.
>
> 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:19:49 UTC (rev 44109)
> +++ trunk/blender/build_files/buildbot/slave_compile.py	2012-02-14 15:26:20 UTC (rev 44110)
> @@ -115,6 +115,7 @@
>                   bitness = '64'
>
>               scons_options.append('BF_BITNESS=' + bitness)
> +            scons_options.append('BF_CYCLES_CUDA_NVCC=True')
>
>           retcode = subprocess.call(['python', 'scons/scons.py'] + scons_options)
>           sys.exit(retcode)
>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs


-- 
Thomas Dinges
Blender Developer, Artist and Musician

www.dingto.org



More information about the Bf-committers mailing list