Blender Git Commit Log
Git Commits -> Revision c5e5ac4
Revision c5e5ac4 by Sybren A. Stüvel (master) July 27, 2021, 08:15 (GMT) |
Deps builder: OIIO/OSL/ISPC/OIDN/LLVM/Flex updates This diff somewhat snowballed out of updating OIDN to 1.4.1 it had some changes that allowed us to remove the arm hacks we had in place and revert to using identical versions for a whole bunch of deps. But that required an update to ISPC which needed a newer LLVM and if we're updating LLVM we may as well update OSL, and when we update OSL, OIIO may as well be dragged in soo......anyhow... This diff updates: LLVM 9.0.0 (11.0.1 for mac/arm) -> 12.0.0 OIIO 2.1.15.0 -> 2.2.15.1 OSL 1.11.10.0 -> 1.11.14.1 winflex_bison 2.5.5-> 2.5.24 (ispc needed newer bison, windows only dep) OIDN 1.4.0 -> 1.4.1 ISPC v1.14.1(random hash for mac/arm) -> v1.16.0 Flex 2.6.4 (ISPC needed newer Flex than available on CentOS 7) and removes most of the "special arm/mac" versions. I think just ssl and embree are left with special versions. notable changes: @LazyDodo included some clang headers in the linux/mac harvest which are needed to start writing custom clang based tooling like D9465 these were already shipping on windows, but not the other platforms. [macOS] Change the `LC_ID_DYLIB` of OpenMP for {D11997}. This changes where the executables look for dylibs. Reviewed By: sebbas, LazyDodo Differential Revision: https://developer.blender.org/D11748 |
Commit Details:
Full Hash: c5e5ac4a176e7d7fc80bf9d997d0d472f4956895
Parent Commit: 5a07174
Lines Changed: +136, -130
1 Added Path:
/build_files/build_environment/cmake/flex.cmake (+28, -0) (View)
2 Deleted Paths:
/build_files/build_environment/patches/oidn.diff (+0, -10)
/build_files/build_environment/patches/openmp.diff (+0, -23)
/build_files/build_environment/patches/openmp.diff (+0, -23)
10 Modified Paths:
/build_files/build_environment/cmake/download.cmake (+1, -0) (Diff)
/build_files/build_environment/cmake/harvest.cmake (+1, -0) (Diff)
/build_files/build_environment/cmake/ispc.cmake (+8, -1) (Diff)
/build_files/build_environment/cmake/openimagedenoise.cmake (+0, -1) (Diff)
/build_files/build_environment/cmake/openmp.cmake (+1, -2) (Diff)
/build_files/build_environment/cmake/osl.cmake (+13, -6) (Diff)
/build_files/build_environment/cmake/versions.cmake (+33, -50) (Diff)
/build_files/build_environment/CMakeLists.txt (+5, -1) (Diff)
/build_files/build_environment/patches/openimageio.diff (+0, -21) (Diff)
/build_files/build_environment/patches/osl.diff (+46, -15) (Diff)
/build_files/build_environment/cmake/harvest.cmake (+1, -0) (Diff)
/build_files/build_environment/cmake/ispc.cmake (+8, -1) (Diff)
/build_files/build_environment/cmake/openimagedenoise.cmake (+0, -1) (Diff)
/build_files/build_environment/cmake/openmp.cmake (+1, -2) (Diff)
/build_files/build_environment/cmake/osl.cmake (+13, -6) (Diff)
/build_files/build_environment/cmake/versions.cmake (+33, -50) (Diff)
/build_files/build_environment/CMakeLists.txt (+5, -1) (Diff)
/build_files/build_environment/patches/openimageio.diff (+0, -21) (Diff)
/build_files/build_environment/patches/osl.diff (+46, -15) (Diff)