Blender Git Commit Log

Git Commits -> Revision d212b3d

Revision d212b3d by Sergey Sharybin (master)
July 7, 2020, 07:31 (GMT)
Make deps: Fixes for macOS platform

Set of fixes which had to be made in order to have dependencies built
on own laptop:

- Require bison as a dependent software. It is required by ISPC.

On macOS it is required to be installed via Homebrew. This is because
Bison from Xcode toolchain is too old.

- Made sure Boost is compiled using clang.

Without this gcc was used, and some unsupported command line argument
was passed to it.

- Modify OGG in a way which does in fact pull fixed sized types.
They are defined in stdint.h.

Without this fix FFmpeg will not detect presence of OGG because the
test program fails to compile.

- Force disable zstd compression and make wepb optional for the TIFF
library. Without this TIFF might pick up development libraries from
Homebrew.

Differential Revision: https://developer.blender.org/D8221

Commit Details:

Full Hash: d212b3dc43eeda100a6b82ec083a68dffb9c02c9
Parent Commit: b28683b
Lines Changed: +38, -3

1 Added Path:

/build_files/build_environment/patches/ogg.diff (+12, -0) (View)

6 Modified Paths:

/build_files/build_environment/cmake/boost.cmake (+1, -1) (Diff)
/build_files/build_environment/cmake/check_software.cmake (+8, -1) (Diff)
/build_files/build_environment/cmake/ispc.cmake (+7, -0) (Diff)
/build_files/build_environment/cmake/ogg.cmake (+1, -0) (Diff)
/build_files/build_environment/cmake/tiff.cmake (+8, -0) (Diff)
/build_files/build_environment/CMakeLists.txt (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021