Buildbot: Attempt to work-around unsupported clang on OSX machine

Ideally this would need to be fixed by nvcc itself. but they didn't
do that for a long time.
This commit is contained in:
Sergey Sharybin 2016-03-29 19:46:10 +02:00
parent de81607efc
commit 3a24e6320f
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ 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/cuda-hack/bin/nvcc')
elif builder.startswith('win'):
install_dir = None