To help with Continuous Integration and user experience, we need to provide binary bottles for Formulae in this tap.
Can simplify install for users as heavyweight packages like Root/Geant4/GCC do not need to be compiled from scratch.
For CI, required so that build is not time consumed by installing dependencies.
Primary platform for this is macOS so that dependencies are easily installed in Travis CI. Linux lower priority as we can use Docker images in Travis for now. Linux is also more complicated due to use of custom glibc and GCC CXX ABI issues. We may therefore also need to customise bottles for C++ dependencies so that these are compiled with C++11/14 as required.
To help with Continuous Integration and user experience, we need to provide binary bottles for Formulae in this tap.
Primary platform for this is macOS so that dependencies are easily installed in Travis CI. Linux lower priority as we can use Docker images in Travis for now. Linux is also more complicated due to use of custom
glibc
and GCC CXX ABI issues. We may therefore also need to customise bottles for C++ dependencies so that these are compiled with C++11/14 as required.