-
- Downloads
Cmake/deps: Update OSL to 1.11.10.0
This bumps OSL to 1.11.10.0. OSL Has a new build time dependency: Clang, and more importantly it expects clang and llvm to share a library folder, which it previously for us did not. This patch changes: -OSL Update to 1.11.10.0 -refactor the llvm/clang/clang-tools-extra builds into the llvm build using the llvm-project tarball for building that has all of the subprojects in it. -update ispc/openmp builds since clang no longer its own dependency and they have to depend on the llvm build now. -Update the windows builder to use the 64 bit host tools since it ran out of ram linking clang -Since OSL now needs clang to link successfully a findclang.cmake has been provided for linux/OSX Differential Revision: https://developer.blender.org/D10212 Reviewed By: brecht, sebbas, sybren
Showing
- CMakeLists.txt 3 additions, 0 deletionsCMakeLists.txt
- build_files/build_environment/CMakeLists.txt 0 additions, 1 deletionbuild_files/build_environment/CMakeLists.txt
- build_files/build_environment/cmake/clang.cmake 0 additions, 104 deletionsbuild_files/build_environment/cmake/clang.cmake
- build_files/build_environment/cmake/harvest.cmake 5 additions, 5 deletionsbuild_files/build_environment/cmake/harvest.cmake
- build_files/build_environment/cmake/ispc.cmake 6 additions, 7 deletionsbuild_files/build_environment/cmake/ispc.cmake
- build_files/build_environment/cmake/llvm.cmake 21 additions, 0 deletionsbuild_files/build_environment/cmake/llvm.cmake
- build_files/build_environment/cmake/openmp.cmake 1 addition, 1 deletionbuild_files/build_environment/cmake/openmp.cmake
- build_files/build_environment/cmake/osl.cmake 11 additions, 31 deletionsbuild_files/build_environment/cmake/osl.cmake
- build_files/build_environment/cmake/versions.cmake 5 additions, 17 deletionsbuild_files/build_environment/cmake/versions.cmake
- build_files/build_environment/patches/llvm.diff 2 additions, 2 deletionsbuild_files/build_environment/patches/llvm.diff
- build_files/build_environment/patches/osl.diff 10 additions, 14 deletionsbuild_files/build_environment/patches/osl.diff
- build_files/build_environment/windows/build_deps.cmd 2 additions, 2 deletionsbuild_files/build_environment/windows/build_deps.cmd
- build_files/cmake/Modules/FindClang.cmake 111 additions, 0 deletionsbuild_files/cmake/Modules/FindClang.cmake
- build_files/cmake/platform/platform_apple.cmake 7 additions, 0 deletionsbuild_files/cmake/platform/platform_apple.cmake
- build_files/cmake/platform/platform_unix.cmake 10 additions, 1 deletionbuild_files/cmake/platform/platform_unix.cmake
- build_files/cmake/platform/platform_win32.cmake 4 additions, 0 deletionsbuild_files/cmake/platform/platform_win32.cmake
- intern/cycles/kernel/osl/CMakeLists.txt 1 addition, 0 deletionsintern/cycles/kernel/osl/CMakeLists.txt
- source/creator/blender.map 1 addition, 0 deletionssource/creator/blender.map
- source/creator/osx_locals.map 1 addition, 0 deletionssource/creator/osx_locals.map
Loading
Please register or sign in to comment