Replies: 1 comment 2 replies
-
Can you reproduce this outside of cibuildwheel? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm transitioning a project to use nanobind, and am seeing an oddity when building via cibuildwheel. I get a wheel like: "
exifmwg-0.2.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64
", but the compiled .so seems to be specific to Python 3.12:bindings.cpython-312-x86_64-linux-gnu.so
I've configured the stable ABI as such:
nanobind_add_module( bindings NB_STATIC NB_SUPPRESS_WARNINGS STABLE_ABI LTO src/exifmwg/bindings.cpp ${CORE_SOURCES})
as well as
Maybe related to #1047
Beta Was this translation helpful? Give feedback.
All reactions