使用 CMake 安装 Boost
在使用 Bjam 多次失败后(它无法检测到我的 MPI 安装),我尝试使用 cmake 安装 Boost 1.47.0。但是,CMake 在源目录中找不到 cmakelist.txt 文件。有什么帮助吗? 塔雷克
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你不能。 Boost没有选择CMake作为构建工具链,所以它不起作用。我宁愿尝试修复 MPI 检测:)
有这样的: https://svn .boost.org/trac/boost/wiki/CMake 及其存储库 http://gitorious.org/boost/cmake
但好像有点困难。
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.
那是因为没有 CMakeLists.txt。 boost 不适合使用 CMake 构建。
That's because there is no CMakeLists.txt. boost is not designed to be built with CMake.