← Back to team overview

dolfin team mailing list archive

Boost_USE_MULTITHREADED

 

What should I set Boost_USE_MULTITHREADED to be in my environment so
that CMake uses mult-threaded versions of boost libraries on my mac?

If I force

option(Boost_USE_MULTITHREADED "Use the multithreaded Boost libraries." ON)

in CMakelists.txt, DOLFIN builds fine. Otherwise, it fails to find
boost_thread(-mt) and halts.

Harish



Follow ups