[Bf-blender-cvs] [07f05e294a0] master: Buildbot: Disable cuda hack for macOS

Sergey Sharybin noreply at git.blender.org
Fri Feb 23 10:55:29 CET 2018


Commit: 07f05e294a0ca3f731233489cf62f6efec522288
Author: Sergey Sharybin
Date:   Fri Feb 23 10:55:14 2018 +0100
Branches: master
https://developer.blender.org/rB07f05e294a0ca3f731233489cf62f6efec522288

Buildbot: Disable cuda hack for macOS

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index f2f8edc614d..b3bf83f6231 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -73,8 +73,9 @@ if 'cmake' in builder:
         if builder.endswith('x86_64_10_9_cmake'):
             cmake_extra_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=x86_64')
         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')
+        # Used to trick CUDFA to see CLang as an older version.
+        # cmake_extra_options.append('-DCUDA_HOST_COMPILER=/usr/local/cuda-hack/clang')
+        # cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-hack/nvcc')
 
     elif builder.startswith('win'):
         if builder.endswith('_vc2015'):



More information about the Bf-blender-cvs mailing list