[Bf-blender-cvs] [d92b6cb] gooseberry: Revert "Disable cuda binaries on the buildbot for the gooseberry branch."

Lukas Tönne noreply at git.blender.org
Wed Mar 25 14:46:38 CET 2015


Commit: d92b6cba6798d2120497e160524bcd84c8b8bff5
Author: Lukas Tönne
Date:   Wed Mar 25 14:46:30 2015 +0100
Branches: gooseberry
https://developer.blender.org/rBd92b6cba6798d2120497e160524bcd84c8b8bff5

Revert "Disable cuda binaries on the buildbot for the gooseberry branch."

This reverts commit 83da7b1edba27aaeef0a6d4e3114390305f7dc02.

===================================================================

M	build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py

===================================================================

diff --git a/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py b/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py
index 0623858..29b1b9f 100644
--- a/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py
+++ b/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py
@@ -2,6 +2,4 @@ BF_BUILDDIR = '../blender-build/linux-glibc211-x86_64'
 BF_INSTALLDIR = '../blender-install/linux-glibc211-x86_64'
 BF_NUMJOBS = 1
 
-# XXX disabled cuda bins for gooseberry branch for faster builds
-#BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52']
-BF_CYCLES_CUDA_BINARIES_ARCH = []
+BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52']




More information about the Bf-blender-cvs mailing list