8000 MismatchCAPIWarning during build · Issue #12412 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

MismatchCAPIWarning during build #12412

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

Closed
eric-wieser opened this issue Nov 19, 2018 · 1 comment
Closed

MismatchCAPIWarning during build #12412

eric-wieser opened this issue Nov 19, 2018 · 1 comment

Comments

@eric-wieser
Copy link
Member
eric-wieser commented Nov 19, 2018

Something we might want to deal with before 1.16:

numpy\core\setup.py:400: MismatchCAPIWarning: API mismatch detected, the C API version numbers have to be updated. Current C api version is 13, with checksum 5b0e8bbded00b166125974fc71e80a33, but recorded checksum for C API version 13 in codegen_dir/cversions.txt is a1bc756c5782853ec2e3616cf66869d8. If functions were added in the C API, you have to update C_API_VERSION in numpy\core\setup_common.py.

The build continues despite this warning, so it's possible we just didn't notice it. This is likely my fault as part of #8955

@charris
Copy link
Member
charris commented Nov 19, 2018

Updated in #12414.

charris added a commit to charris/numpy that referenced this issue Nov 19, 2018
A new function was added to the ufunc_funcs_api.

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

No branches or pull requests

2 participants
0