Go to file
Sergey Sharybin dc4636827b Buildbot: fix for missing CUDA compute after recent changes
Issue was caused by how CUDA devices availability done in Cycles.
Basically, if there's no WITH_CUDA_BINARIES buildtime, nvcc becomes
mandatory dependency.

Since kernels are building in separate target now, this logic broke
a bit.

Perhaps condition in util_cuda shall be changed to be a bit smarter,
but for now just work-around by enabling CUDA binaries when building
Cycles. Made it empty arch list to be sure no kernels will try to
re-compile after cudakernels target is done.
2013-01-12 19:17:50 +00:00
build_files Buildbot: fix for missing CUDA compute after recent changes 2013-01-12 19:17:50 +00:00
doc Added some python API examples for the new get/set callbacks in bpy.props. 2013-01-05 15:50:51 +00:00
extern add option WITH_SYSTEM_BULLET to link against the bullet installation found on the system. 2013-01-03 00:23:52 +00:00
intern Mac HiDPI ("retina") handling: 2013-01-12 17:07:49 +00:00
release Big refactor of bl_i18n_utils, switching to an object-based model. Still a bit wip. 2013-01-12 16:49:06 +00:00
source patch from Harley Acheson to remove multiple inline defines. 2013-01-12 17:12:48 +00:00
CMakeLists.txt CMake: Looks like a period sneaked into r53515, which caused CMake to fail. 2013-01-03 00:35:42 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct Further tweaks to buildbot 2013-01-10 08:55:44 +00:00