Add *-devel output to conda-forge packages that require them
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 32/100
- Issue 类型
- 功能
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- cpp
- 领域
- build-system
调研方向
检查列出的软件包—qt-main、vtk、pcl 和 libspnav—并追踪它们公开了哪些头文件和运行时依赖项。确定每个软件包是否需要 *-devel 输出或添加运行时依赖项,然后验证下游 C++ 构建能够获得所需的头文件,而不会引入不必要的运行时软件包。
由索引模型根据 Issue 内容生成。
描述
A common failure point in robostack is that we have conda-forge C++ libraries packages that do not have an output that can be installed to ensure that all the dependencies required to build a downstream C++ project. This is not an issue if a C++ package already include its headers and only use as public dependencies in its headers conda-forge libraries that also ship their headers in the main package, but as soon a dependency uses in its headers a dependency that ships its headers in a separate *-devel package, we need to have a *-devel output also for that package, or it needs to adds the *-devel package to its run dependencies, but some mantainer may be against this as it goes around the point of splitting *-devel packages.
Problematic packages:
qt-main: Depends onlibgl-devel, but at runtime it only requireslibglvtk: Depends on qt-main, i.e. inheriting thelibgl-develproblempcl: Depends on qt-main, i.e. inheriting thelibgl-develproblemlibspnav: Depends onxorg-xorgproto, as @Tobias-Fischer is the maintainer and the package is quite simple probably we can avoid thelibspnav-develoutput and just addxorg-xorgprotoas run dependency.
- 主要语言
- Astro
- 星标
- 385
- 派生
- 36
- 平均合并
- 5 小时 37 分钟
- 30 天内合并 PR
- 18
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
RoboStack/robostack.github.io 的其他 Issue
-
难度 5/5 一周以上 新手友好度 30/100
RoboStack/robostack.github.io#175 · 1 条评论 ·
-
难度 5/5 一周以上 新手友好度 30/100
RoboStack/robostack.github.io#174 · 2 个 reaction ·
-
enhancement
难度 5/5 一周以上 新手友好度 35/100
RoboStack/robostack.github.io#173 ·
-
难度 5/5 一周以上 新手友好度 35/100
RoboStack/robostack.github.io#134 · 4 条评论 ·
-
难度 4/5 3-5 天 新手友好度 45/100
RoboStack/robostack.github.io#135 · 7 条评论 ·
查看 RoboStack/robostack.github.io 的全部 Issue
相似的 Issue
-
status: needs triage
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 75/100
conda-forge/spacy-feedstock#177 ·
-
难度 2/5 1-3 小时 新手友好度 70/100
-
area:jail bug security severity:low track:open-source
难度 1/5 1 小时以内 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 65/100
micro-ROS/micro_ros_setup#837 ·