KitwareMedical / KitwareMedical/VTKPythonPackage
Similarly to what is done on manylinux speed up macOS build by re-using the build tree.
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 36
- 派生
- 16
- PR 合并指标
- 30 天内没有已合并 PR
描述
Similarly to what is done on manylinux (see here), the build process may be speed up by re-using the build tree.
Originally posted by @jcfr in https://github.com/KitwareMedical/VTKPythonPackage/pull/30
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先将 macOS 构建过程与 scripts/internal/manylinux-build-wheels.sh 进行比较,尤其是链接的第 17-22 行。追踪 macOS 构建树的创建位置,并确定应如何实现复用。完成的标准是 macOS 构建复用其构建树并成功完成;未指定测试文件。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, shell
- 领域
- build-system
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100