oneapi-src / oneapi-src/unified-runtime
Potential better handling of python dependencies during configuration
@kbenzie is already working on this.
Since Nov 29, 2023.
- Dominant language
- C++
- Stars
- 57
- Forks
- 120
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 1
Description
In https://github.com/oneapi-src/unified-runtime/pull/1139 I proposed testing the availability of the python mako module during configuration, but as we use several other python modules such as yaml / sphinx / breathe etc, it's not a generally useful fix.
We should decide what to do about this. The docs do currently adequately describe that third_party/requirements.txt should be pip installed, but for lazy users like myself, a configuration summary or similar might be helpful.
This is certainly low priority but might help improve the first contribution experience.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.