macOS tbb (version: 2018 Update 2) fails to build
In !239 (merged), The updated TBB version fails to build on macOS with following error:
Fixing the library ID of /Users/kitware/dashboards/buildbot-slave/8275bd07/build/install/lib/libtbbmalloc.dylib
CMake Error at /Users/kitware/dashboards/buildbot-slave/8275bd07/source/superbuild/projects/scripts/tbb.install.cmake:42 (message):
Failed to set the ID of
/Users/kitware/dashboards/buildbot-slave/8275bd07/build/install/lib/libtbbmalloc.dylib:
error:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool:
changing install names or rpaths can't be redone for:
/Users/kitware/dashboards/buildbot-slave/8275bd07/build/install/lib/libtbbmalloc.dylib
(for architecture i386) because larger updated load commands do not fit
(the program must be relinked, and you may need to use -headerpad or
-headerpad_max_install_names)
CMake Error at /Users/kitware/dashboards/buildbot-slave/8275bd07/build/superbuild/sb-tbb-install.cmake:47 (message):
The MR keeps TBB to the older version in Mac till this issue is tracked down.