Page MenuHome

Make deps: Fixes for macOS platform
ClosedPublic

Authored by Sergey Sharybin (sergey) on Jul 6 2020, 3:32 PM.

Details

Summary

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.

Diff Detail

Repository
rB Blender
Branch
make_deps_fixes (branched from master)
Build Status
Buildable 8863
Build 8863: arc lint + arc unit

Event Timeline

Sergey Sharybin (sergey) requested review of this revision.Jul 6 2020, 3:32 PM
Sergey Sharybin (sergey) edited the summary of this revision. (Show Details)Jul 6 2020, 3:36 PM
This revision is now accepted and ready to land.Jul 6 2020, 5:13 PM
This revision was automatically updated to reflect the committed changes.