From 4fb0c83c1c8529b61d38d8a409caf58d05a53bd9 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Wed, 24 Feb 2021 07:13:37 -0700 Subject: 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 --- source/creator/osx_locals.map | 1 + 1 file changed, 1 insertion(+) (limited to 'source/creator/osx_locals.map') diff --git a/source/creator/osx_locals.map b/source/creator/osx_locals.map index 86cd32791dd..5619f151bd2 100644 --- a/source/creator/osx_locals.map +++ b/source/creator/osx_locals.map @@ -7,6 +7,7 @@ blosc* *boost* *ceres* *cineon* +*clang* *COLLADA* cu* decodeInstruction -- cgit v1.2.3