aleaxit / gmpy

General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
506 stars 84 forks source link

Major issue in Linux wheels #480

Closed casevh closed 2 months ago

casevh commented 2 months ago

Some x86_64 manylinux wheels actually contain a 32 bit gmpy2*.so. I discovered the issue with gmpy2-2.2.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl. That file contains gmpy2.cpython-310-i386-linux-gnu.so. I don't know how many other files may be impacted.

casevh commented 2 months ago

This was caused by a typo in copying files.