I was installing boost today using the *brew keg*, which shows it's for the latest version, 1.55.0, but I kept running into errors.
- --HEAD
- --with-mpi
--without-python`
option. It just wasn't happening.
I don't know if it's a problem with the keg, or a problem with this particular build of Boost. Finally, I was successfully able to get things to build using:
brew install boost --c++11 --with-icu --without-python --without-single
Comments
Post a Comment