结合 CMakeLists.txt、boost-python 和 python setuptools

Posted

技术标签:

【中文标题】结合 CMakeLists.txt、boost-python 和 python setuptools【英文标题】:Combining CMakeLists.txt, boost-python with python setuptools 【发布时间】:2017-10-23 20:58:37 【问题描述】:

我有一个项目,我将 ITK 代码与 boost-python 接口以编译一个 .so 文件,我可以将其包含在我的 python 项目中。正如我所发现的,当你使用 CMake 时,编译一个 ITK 模块是最方便的。

如果我希望将它作为 python 包分发,调用 cmake 生成我的 .so 并安装它的最可靠方法是什么?

【问题讨论】:

【参考方案1】:

最简单的方法是创建一个远程模块并使用 ITK 基础设施来构建一个 python 包。文档:https://itkpythonpackage.readthedocs.io/en/latest/Build_ITK_Module_Python_packages.html

【讨论】:

以上是关于结合 CMakeLists.txt、boost-python 和 python setuptools的主要内容,如果未能解决你的问题,请参考以下文章

ROS中的CMakeLists.txt

cmake 多级CMakeLists.txt调用

直接传递编译选项(绕过 CMakeLists.txt)

CLion 中的嵌套 CMakeLists.txt 文件

Makefile 到 CMakeLists.txt

cmake基础教程(11)add_subdirectory如何添加非子目录的CMakeLists.txt