Ask Your Question

Revision history [back]

Hi all,

I solved the problem:

(1) download / checkout latest version (git pull) (2) go into cMake (3) build new make based project (4) configure (5) advanced mode (6) search for cc and set (6.1) set CMAKE_C_COMPILER = /usr/bin/clang (6.2) set CUDA_HOST_COMPILER = /usr/bin/clang (7) configure (8) search for CXX (8) set CMAKE_CXX_FLAGS = -fno_inline -mmacosx-version-min=10.8 (9) configure (10) generate (11) build with make or make -j8

have fun.

OpenGL is not support, not yet solved this issue, but CUDA and OSX 10.9 is working

/adrian