PennyLaneAI / PennyLaneAI/catalyst
Duplicate boost library warning
Open
Nobody has claimed this yet.
housecleaning
runtime
- Dominant language
- Python
- Stars
- 234
- Forks
- 84
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 66
Description
When building the runtime the following warning is produced:
ld: warning: ignoring duplicate libraries: '_deps/boost-build/libs/random/libboost_random.a'
Contributor guide
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
Start by reproducing the runtime build and tracing where _deps/boost-build/libs/random/libboost_random.a is added to the linker inputs. Confirm the warning disappears without breaking the runtime build; the payload names no source file or test to start from.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100