GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
755 stars 60 forks source link

Fix the build on the macOS CI machines #138

Closed timhutton closed 3 years ago

timhutton commented 3 years ago

The latest commit broke the build because a matching version of Boost is not found. Log

Presumably this is because the brew boost that we install isn't build with the needed -mmacosx-version-min=10.10 flag.

Options:

We could build boost::program_options on the CI machines (as we do for the Windows build, see .travis.yml)

Or we could special-case the cmake flags.

Or perhaps now is a good time to solve #137 and ditch boost.