You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyPy 7.3.7 added sysconfigdata so we can support cross compling PyPy wheels for x86_64, i686 and aarch64 now(PyPy is not available on ppc64le & s390x manylinux docker images).
But the location of sysconfigdata file is a little different on PyPy 3.7 and 3.8, it'd be nice if maturin can find them with a consistent PYO3_CROSS_LIB_DIR env var:
PyPy 7.3.7 added
sysconfigdata
so we can support cross compling PyPy wheels for x86_64, i686 and aarch64 now(PyPy is not available on ppc64le & s390x manylinux docker images).But the location of
sysconfigdata
file is a little different on PyPy 3.7 and 3.8, it'd be nice if maturin can find them with a consistentPYO3_CROSS_LIB_DIR
env var:/opt/python/pp37-pypy37_pp73/lib_pypy/_sysconfigdata__linux_x86_64-linux-gnu.py
/opt/python/pp38-pypy38_pp73/lib/pypy3.8/_sysconfigdata__linux_x86_64-linux-gnu.py
The text was updated successfully, but these errors were encountered: