Boost libraries in MacOS "clang: error: unsupported option '-fopenmp'"

Viewed 24

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?

0 Answers
Related