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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant