[Bf-blender-cvs] [0e459ad1a3] master: Buildbot: Re-enable cuda support for OSX

Sergey Sharybin noreply at git.blender.org
Fri Feb 3 16:11:08 CET 2017


Commit: 0e459ad1a3663bcd93c787865a0ef21880c3061e
Author: Sergey Sharybin
Date:   Fri Feb 3 16:09:53 2017 +0100
Branches: master
https://developer.blender.org/rB0e459ad1a3663bcd93c787865a0ef21880c3061e

Buildbot: Re-enable cuda support for OSX

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 76d538ad57..860dd1174c 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -72,10 +72,8 @@ if 'cmake' in builder:
         # Set up OSX architecture
         if builder.endswith('x86_64_10_6_cmake'):
             cmake_extra_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=x86_64')
-        cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda8-hack/bin/nvcc')
         cmake_extra_options.append('-DWITH_CODEC_QUICKTIME=OFF')
         cmake_extra_options.append('-DCMAKE_OSX_DEPLOYMENT_TARGET=10.6')
-        build_cubins = False
 
 
     elif builder.startswith('win'):




More information about the Bf-blender-cvs mailing list