dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20139
Re: [Question #133882]: 'boost_thread' not being found during installation
Question #133882 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/133882
Status: Open => Answered
Andre Massing proposed the following answer:
Den 13.11.10 15.27, skrev Jack:
> New question #133882 on DOLFIN:
> https://answers.launchpad.net/dolfin/+question/133882
>
> During installation, boost_thread is not being found and consequently, the dolfin install doesn't complete. This has never happened before. This is on a Mac (Snow Leopard).
>
> I've set Boost_LIBRARYDIR, BOOST_ROOT, BOOST_DIR, with the same result.
>
Are you compiling dolfin via dorsal or on you own? In the latter case
you could add -DBoost_USE_MULTITHREADED:BOOL=ON
during the cmake configuration step. I had the same problem a couple of
days ago and Johannes pointed out the flag to be added.
Hope that helps you as well.
--
Andre
> Here's the error message:
>
> CMake Error at /opt/local/share/cmake-2.8/Modules/FindBoost.cmake:1123 (message):
> Unable to find the requested Boost libraries.
>
> Boost version: 1.44.0
>
> Boost include path: /opt/local/include
>
> The following Boost libraries could not be found:
>
> boost_thread
>
> Some (but not all) of the required Boost libraries were found. You may
> need to install these additional Boost libraries. Alternatively, set
> Boost_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
> to the location of Boost.
>
> Jack
>
>
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.