Skip to content

macOS Fixes, master branch (2020.02.19.)

This is to fix two problems that I encountered while building AnalysisBaseExternals on macOS 10.14 (Mojave).

  • @fwinkl's (relatively) recent update in setup.sh.in made that code unfriendly towards path names that have spaces in them. On my own macOS laptop I happen to have some paths like that in ${PATH}. 😛
  • The update I made for the CentOS 7 Clang nightlies was not as friendly towards macOS as I thought. 😦 With this update (for instance) Mojave's platform name now becomes: x86_64-mac1014-clang11-opt

Tagging @krumnack.

Merge request reports