blender/build_files/cmake/Modules
Ray Molenkamp 4fb0c83c1c 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
2021-02-24 07:13:37 -07:00
..
FindAlembic.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindAudaspace.cmake Cleanup: cmake indentation, white-space 2021-02-05 09:45:16 +11:00
FindBlosc.cmake Merge branch 'blender-v2.90-release' 2020-08-12 18:50:40 +02:00
FindClang.cmake Cmake/deps: Update OSL to 1.11.10.0 2021-02-24 07:13:37 -07:00
FindClangTidy.cmake CMake: Detect Clang-Tidy 11 and 12 2021-01-27 13:01:01 +01:00
FindEigen3.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindEmbree.cmake macOS: add Embree, OpenImageDenoise and sse2neon libraries for ARM 2021-02-15 20:22:34 +01:00
FindFFmpeg.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindFftw3.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindGflags.cmake CMake: remove non-standard package search paths 2020-02-06 01:23:22 +11:00
FindGLEW.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindGlog.cmake CMake: remove non-standard package search paths 2020-02-06 01:23:22 +11:00
FindGMP.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindHaru.cmake Fix finding system Haru library on Debian. 2021-02-11 20:28:10 +01:00
FindIcuLinux.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindJack.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindJeMalloc.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindLLVM.cmake CMake/LLVM: Add INCLUDE_DIRS to find package. 2020-09-18 19:14:01 +05:30
FindLZO.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindNanoVDB.cmake Cycles: Add NanoVDB support for rendering volumes 2020-10-05 15:03:30 +02:00
FindOpenCOLLADA.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindOpenColorIO.cmake OpenColorIO: upgrade to version 2.0.0 2021-02-12 19:06:35 +01:00
FindOpenEXR.cmake CMake: clarify that the modules are licensed BSD 3-Clause 2020-08-12 18:49:16 +02:00
FindOpenGLES.cmake CMake: clarify that the modules are licensed BSD 3-Clause 2020-08-12 18:49:16 +02:00
FindOpenImageDenoise.cmake CMake: clarify that the modules are licensed BSD 3-Clause 2020-08-12 18:49:16 +02:00
FindOpenImageIO.cmake CMake: clarify that the modules are licensed BSD 3-Clause 2020-08-12 18:49:16 +02:00
FindOpenJPEG.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindOpenSubdiv.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindOpenVDB.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindOptiX.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindOSL.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindPCRE.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindPotrace.cmake CMake/Potrace: Fix capitalization, silence warning. 2020-09-17 19:45:20 +05:30
FindPugiXML.cmake Deps: Additional changes for PugiXML on macOS 2020-12-02 15:18:05 +01:00
FindPythonLibsUnix.cmake CMake: update python to 3.9.1 2021-02-12 07:50:01 +11:00
FindSDL2.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindSndFile.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindSpacenav.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
Findsse2neon.cmake macOS: add Embree, OpenImageDenoise and sse2neon libraries for ARM 2021-02-15 20:22:34 +01:00
FindTBB.cmake CMake: clarify that the modules are licensed BSD 3-Clause 2020-08-12 18:49:16 +02:00
FindUSD.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindXML2.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
FindXR_OpenXR_SDK.cmake Cleanup: remove arguments to ENDIF in CMake files 2020-10-05 16:26:06 +11:00
GTest.cmake Cleanup: cmake indentation, white-space 2021-02-05 09:45:16 +11:00
GTestTesting.cmake Tests, docs: Use sanitizer options from environment too. 2021-01-29 14:13:26 +05:30