blender/build_files/cmake
Sergey Sharybin 77b7e1fe9a Deduplicate CUDA and OpenCL wranglers
For now it was mainly about OpenCL wrangler being duplicated
between Cycles and Compositor, but with OpenSubdiv work those
wranglers were gonna to be duplicated just once again.

This commit makes it so Cycles and Compositor uses wranglers
from this repositories:

  - https://github.com/CudaWrangler/cuew
  - https://github.com/OpenCLWrangler/clew

This repositories are based on the wranglers we used before
and they'll be likely continued maintaining by us plus some
more players in the market.

Pretty much straightforward change with some tricks in the
CMake/SCons to make this libs being passed to the linker
after all other libraries in order to make OpenSubdiv linked
against those wranglers in the future.

For those who're worrying about Cycles being less standalone,
it's not truth, it's rather more flexible now and in the future
different wranglers might be used in Cycles. For now it'll
just mean those libs would need to be put into Cycles repository
together with some other libs from Blender such as mikkspace.

This is mainly platform maintenance commit, should not be any
changes to the user space.

Reviewers: juicyfruit, dingto, campbellbarton

Reviewed By: juicyfruit, dingto, campbellbarton

Differential Revision: https://developer.blender.org/D707
2014-08-05 13:57:50 +06:00
..
config Disable quicktime when in cmake's lite configuration 2014-04-18 23:22:09 +10:00
example_scripts patch cmake_linux_install.sh to do multithreaded build 2014-02-27 16:00:26 +01:00
Modules CMake: add glew-mx library 2014-07-29 03:53:15 +10:00
buildinfo.cmake Need to consider blender-v* a release branch, not just blender- 2014-06-16 15:16:18 +06:00
clang_array_check.py Checker percentage calc was wrong, also cleanup 2014-03-29 11:25:44 +11:00
cmake_consistency_check_config.py CMake: add header 2014-08-02 19:16:00 +10:00
cmake_consistency_check.py Code cleanup: remove references to svn and code style 2014-01-28 23:01:22 +11:00
cmake_netbeans_project.py Update netbeans projectfile generator to v8 2014-05-18 15:55:00 +10:00
cmake_qtcreator_project.py CMake: use project name when generating project files 2014-05-11 16:21:38 +10:00
cmake_static_check_clang_array.py Update clang array checker for new clang py api 2014-03-29 11:08:24 +11:00
cmake_static_check_cppcheck.py Checker percentage calc was wrong, also cleanup 2014-03-29 11:25:44 +11:00
cmake_static_check_smatch.py Checker percentage calc was wrong, also cleanup 2014-03-29 11:25:44 +11:00
cmake_static_check_sparse.py Checker percentage calc was wrong, also cleanup 2014-03-29 11:25:44 +11:00
cmake_static_check_splint.py Checker percentage calc was wrong, also cleanup 2014-03-29 11:25:44 +11:00
macros.cmake Deduplicate CUDA and OpenCL wranglers 2014-08-05 13:57:50 +06:00
packaging.cmake Add the date to the CPack rpm package version 2014-02-12 13:45:36 -07:00
project_info.py CMake: use project name when generating project files 2014-05-11 16:21:38 +10:00
project_source_info.py pass compiler defines such as __FLT_MIN__ to smatch and sparse (they fail without them). 2013-08-08 01:53:02 +00:00
RpmBuild.cmake when building blender as a py module use add_library(... MODULE on all systems, was SHARED on linux/windows. 2012-01-11 00:09:46 +00:00