cmake looks for python2 which is EOLed
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 27
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
[here](https://github.com/LLNL/PolyClipper/blob/master/CMakeLists.txt#L72)
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.
Research direction
Open CMakeLists.txt at line 72 and inspect how the project locates Python. Check the surrounding build logic and current project expectations for the supported interpreter; done means configuration no longer depends on Python 2 and the build configuration completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100