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

BLD: future incompatibility with Cython (>=3.1 ?) #52

Closed
neutrinoceros opened this issue Jul 28, 2023 · 0 comments · Fixed by #68
Closed

BLD: future incompatibility with Cython (>=3.1 ?) #52

neutrinoceros opened this issue Jul 28, 2023 · 0 comments · Fixed by #68

Comments

@neutrinoceros
Copy link
Member

The code currently compiles fine on Cyhton 3.0 (see #51), however we get a couple warnings similar to

warning: ewah_bool_utils/morton_utils.pxd:13:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310

the problem is that there currently is no clear path to migrate away from this deprecated functionality: cython/cython#4310

This is the reason why I'm pinning Cython<3.1 in #51

@neutrinoceros neutrinoceros linked a pull request Sep 7, 2023 that will close this issue
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 a pull request may close this issue.

1 participant