[Bf-blender-cvs] [9f8bb5813bb] master: Buildbot: Re-enable cuda binaries, those should work

Sergey Sharybin noreply at git.blender.org
Mon Oct 2 17:25:03 CEST 2017


Commit: 9f8bb5813bbbd2fc8a6a174b8ff4d86529bef94a
Author: Sergey Sharybin
Date:   Mon Oct 2 20:24:42 2017 +0500
Branches: master
https://developer.blender.org/rB9f8bb5813bbbd2fc8a6a174b8ff4d86529bef94a

Buildbot: Re-enable cuda binaries, those should work

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 88da5ca956c..1318cd26294 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -75,7 +75,6 @@ if 'cmake' in builder:
         cmake_extra_options.append('-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9')
         cmake_extra_options.append('-DCUDA_HOST_COMPILER=/usr/local/cuda-hack/clang')
         cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-hack/nvcc')
-        build_cubins = False
 
     elif builder.startswith('win'):
         if builder.endswith('_vc2015'):



More information about the Bf-blender-cvs mailing list