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

Fixes for building wheels on different versions of Python #1038

Closed
wants to merge 10 commits into from

Conversation

jesper-friis
Copy link
Collaborator

Description

Some fixes for building wheels on different versions of Python, including:

  • Compile DLite with c11 (since Python 3.12 switched from c99 to c11)
  • Find NumPy library more robustly
  • Find cmake more robustly
  • Protect agains redefinition of HAVE_UINT8_T and co. on Python 3.13

Type of change

  • Bug fix & code cleanup
  • New feature
  • Documentation update
  • Test update

Checklist for the reviewer

This checklist should be used as a help for the reviewer.

  • Is the change limited to one issue?
  • Does this PR close the issue?
  • Is the code easy to read and understand?
  • Do all new feature have an accompanying new test?
  • Has the documentation been updated as necessary?

@jesper-friis
Copy link
Collaborator Author

Closing. A working fix was applied in PR #1044

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