Skip to content

macOS Fixes, master branch (2020.09.25.)

These are updates making it possible to build AnalysisBaseExternals successfully on macOS Catalina using Xcode 12.0.

  • The HDF5 build was instructed not to use any compiler warnings during its build. Otherwise some new warnings from Apple's compiler would break the build because of -Werror.
  • The ROOT build was even more rigorously set up to use the Python version built as part of AnalysisBaseExternals, and not the one coming from the operating system.

This is step sibling of !736 (merged).

Merge request reports