KitwareMedical / KitwareMedical/VTKPythonPackage
Building wheel suitable for extensions
- 主要语言
- Python
- 星标
- 36
- 派生
- 16
- PR 合并指标
- 30 天内没有已合并 PR
描述
Me and @berendkleinhaneveld were investigating if we could build extensions against this package. It seems to be a runtime-only package, which is great, but we need the development files, such as headers and the wrapPython executable.
It looks like overriding the option `-DVTK_INSTALL_NO_DEVELOPMENT:BOOL=ON` to `OFF` should do the trick. So we tried that, and more development files ended up in the wheel. However, _we are not seeing any header files!_
We've been investigating all day, but it's unclear to us what is causing this. Do you guys have any suggestions for where we should be looking?
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by tracing the repository's setup script and the VTK_INSTALL_NO_DEVELOPMENT option to see how wheel contents are selected. Verify whether the generated wheel contains the development headers and wrapPython executable; done means those extension-build files are present and usable.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cmake, python
- 领域
- build-system, developer-experience
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100