Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

depend: prevent collection of libcuda.so* and libcudadebugger.so* #8278

Merged
merged 1 commit into from Feb 3, 2024

Conversation

rokm
Copy link
Member

@rokm rokm commented Feb 3, 2024

libcuda.so, libcuda.so.1, and libcuda.so.{version} are run-time part of NVIDIA driver; therefore, they should not be collected, as they need to match the rest of driver components on the target system.

Same goes for libcudadebugger.so*.

`libcuda.so`, `libcuda.so.1`, and `libcuda.so.{version}` are
run-time part of NVIDIA driver; therefore, they should not be
collected, as they need to match the rest of driver components on
the target system.

Same goes for `libcudadebugger.so*`.
@rokm rokm merged commit 503c33d into pyinstaller:develop Feb 3, 2024
16 of 18 checks passed
@rokm rokm deleted the linux-exclude-libcuda branch February 3, 2024 21:46
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants