Boost.Build.V2 中 pythonPort 的当前状态
我目前使用 bjam boost.build 作为我首选的 C++ 构建工具。但使用 bjam 编程语言有时对我来说非常困难且不直观。
从今以后,我迫不及待地等待 boost.build.V2 里程碑 15,“ PythonPort"
但即使现在有了 Boost.build Milestone 12,当我查看 boost-build 目录时,我会看到与大多数 jam 匹配的 python 文件。
从今以后,我想知道这些文件的用途是什么,以及是否有办法在当前 boost.build 版本的 bjam 中使用 python 扩展?
I'm currently using bjam boost.build as my preference C++ building tool. But using bjam programming language is sometimes quite hard and non-intuitive to me.
Henceforth I'm waiting with impatience to boost.build.V2 Milestone 15, "PythonPort"
But even now with Boost.build Milestone 12, when I look in boost-build directories I see python files matching most jams.
Henceforth I wonder what are those files for and if there is a way to use python extensions in my bjam from the current boost.build version ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在寻找用 Python 编写的构建工具,请查看 SCons,尤其是 用户指南。它的配置(SConstruct)文件实际上是Python脚本。
If you are looking for a build tool written in Python, have a look at SCons, especially the user guide. Its configuration (SConstruct) files are actually Python scripts.