I correctly installed all the libraries using homebrew and no matter what I do I still can't get my executable to compile. I managed to link multiprecision but as soon as I go to compile, I get:
fatal error: 'boost/multiprecision/detail/standalone_config.hpp' file not found
#include <boost/multiprecision/detail/standalone_config.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
clang: error: unsupported option '-fopenmp'
Any ideas?