使用 CMake 安装 Boost

发布于 2024-12-03 07:57:29 字数 113 浏览 0 评论 0原文

在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

三人与歌 2024-12-10 07:57:29

你不能。 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.

真心难拥有 2024-12-10 07:57:29

那是因为没有 CMakeLists.txt。 boost 不适合使用 CMake 构建。

That's because there is no CMakeLists.txt. boost is not designed to be built with CMake.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文