manylinux
manylinux copied to clipboard
Python wheels that work on any linux (almost)
In order to install GraalPy in the image, one must call `manylinux-interpreters ensure graalpy310-graalpy230_310_native`. closes #1509
fix #1548 draft while blocked by: - pip: - https://github.com/pypa/pip/issues/11715 - https://github.com/pypa/pip/pull/12300 - 24.1 release
When attempting to repair the wheel for `triton_nightly` to the `manylinux2014_x86_64` ABI, the auditwheel tool fails with the following error: ``` auditwheel: error: cannot repair "/tmp/cibuildwheel/built_wheel/triton_nightly-3.0.0.post20240212030344-cp38-cp38-linux_x86_64.whl" to "manylinux2014_x86_64" ABI because...
[PEP 703](https://peps.python.org/pep-0703/) was accepted recently, meaning that free-threaded Python is moving into a new phase, where the goal is to see how it would really work in the Python ecosystem,...
This may be related to [this scipy issue](https://github.com/scipy/scipy/issues/16308). My Python package requires scipy. However, when trying to build the package with (python -m build), it turns out that the blas...
It's frustrating (and confusing for new users) when linking in manylinux, as you need to allow-undefined at link time. I think it would be better to create a linker script...
I just had an issue with 2 installations of `autotools` when installing more stuff with `vcpkg`: https://github.com/microsoft/vcpkg/issues/33082. Apparently vcpkg or `aclocal` looks for `/usr/local/share/aclocal` to get its packages. I'm aware...
After updating to the specified tag several of our applications started to segfault directly on startup, see eclipse/sumo#12142. Going back to 2022-11-14-1226cfc solved the problem. The given library is the...