I am trying to install Boost 1.47.0 using cmake, after many failed trials with the Bjam (it fails to detect my MPI installation). CMake however doesn’t find the cmakelist.txt file in the source directory. Any help?
Tarek
I am trying to install Boost 1.47.0 using cmake, after many failed trials with
Share
You can’t. Boost didn’t choose CMake as a build toolchain, so it won’t work. I’d rather try to fix the MPI detection 🙂
There is this : https://svn.boost.org/trac/boost/wiki/CMake and its repository http://gitorious.org/boost/cmake
But it seems a bit difficult.