Matthieu Darbois
Matthieu Darbois
I'm okay to start a deprecation process for this one given all its shortcomings. Using https://github.com/sethmlarson/pypi-data: There are 275 packages out there that used or are still using `manylinux_2_24`. ```...
Let's ask maintainers of project in [top 5000 packages](https://hugovk.github.io/top-pypi-packages/) using `manylinux_2_24`: - `bcrypt` / `cryptography` / `pynacl`: @alex, @reaperhulk - `bottleneck`: @qwhelan, @rdbisme - `cvxpy` / `ecos`: @SteveDiamond - `cython`...
Thanks for all the quick feedback. > Perhaps some pypa-folks should chime in too (@mayeut, care to tag anyone in particular?)... @henryiii, @lkollar might have some insight on this, @messense...
#1369 has been created.
Auditwheel is putting grafted libraries at the root of the wheel: https://github.com/pypa/auditwheel/blob/42a1e56b507d1da1cb95c42956a4653f337bf86f/auditwheel/repair.py#L47-L58 It assumes 2 things: - `'Root-Is-Purelib' == False`: this seems OK as it changes this value to `False`...
As mentioned in https://github.com/pypa/auditwheel/issues/391#issuecomment-1272349511, it's not as easy as just updating the `rpath` because both packages might not be in the same `platlib` folder. Given `rpath` is not an option,...
Closing this PR in favor of #368 Thanks for your efforts @XuehaiPan, despite the PR not getting merged, this allowed a broader discussion to get things moving forward I think.
To sum-up a few comments: > Also I take it that an armhf does not include NEON but aarch64 does? Yes > Correct me if I'm wrong. NEON and friends...
Can you provide a verbose log of the `auditwheel repair` and `auditwheel show` commands please ?
> Is manylinux_2_35_x86_64 on the roadmap to be added soon? There are still some rolling distros on glibc 2.35 with symbols lower than the ones provided by ubuntu 22.04 It's...