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

Python: Fixed wheel building on windows by adding path to included header files. #87

Closed
wants to merge 1 commit into from

Conversation

billmccartney
Copy link

Fixes #80 and other build issues. No need to set C_INCLUDE_PATH=../c/include/ since we automatically add it to the paths (cross platform).

This allows it to be used like a typical python dependency as long as the CUDA include paths are already setup (e.g. if someone already compiled a CUDA example).

@evanramos-nvidia evanramos-nvidia added bug Something isn't working Python labels Oct 30, 2024
@evanramos-nvidia evanramos-nvidia self-assigned this Nov 6, 2024
evanramos-nvidia pushed a commit that referenced this pull request Nov 19, 2024
1. Redundant code removed

2. Include the C API headers in source distribution

This completely fixes #87
@evanramos-nvidia
Copy link
Collaborator

evanramos-nvidia commented Nov 19, 2024

Thank you for your submission. We have resolved it another way on the dev branch in commit 32ded0e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants