-
# Issue
We have found that `auditwheel repair` processes some of our shared objects such that they are broken after processing. After processing a wheel built with
```
auditwheel repair "$whl"…
-
We have a requirements file that we turn into a collection of wheels with `pip wheel -r path/to/requirements.txt`.
Then we run `auditwheel repair` on every wheel. This is useful for the wheels that `…
-
When building with a subproject which provides both static and dynamic libraries, I get the following error with 0.13.0 onward:
```
meson-python: error: Could not map installation path to an equival…
-
The python bindings located in [libbtrfsutil/python](https://github.com/kdave/btrfs-progs/tree/master/libbtrfsutil/python) are not available within the pypi repository. This makes it very complicated …
-
We currently require the user to install BEAGLE, and then compile libsbn C++.
In the future, of course we'd like someone to be able to `pip install libsbn` and have the magic happen.
The [auditw…
-
We have a library build with your toolchain which is used in python packages.
Those packages are checked with [auditwheel](https://github.com/pypa/auditwheel) and the check fails as there is to new…
-
Hello,
Using the manylinux2014 image to build my application with auditwheel, the repair is transforming the RPATH from:
```
$ORIGIN:$ORIGIN/../lib:$ORIGIN/../../../../lib
```
to
```
$ORIGIN:…
-
Is there a command which validates the wheel and exits with 1 if any problems are occured?
I guess the closest one is `auditwheel show` but it always exists with 0, so it is hard to get notified abou…
-
- [x] `packaging`: 24.0 has full support
- [x] Build frontends:
- [x] `pip`: in 24.1 (released 21 June)- https://github.com/pypa/pip/pull/12300
- [x] `build`: probably nothing to do, since it …
-
Wheels for Mac and Windows were introduced with issue #59. This issue is a request for `manylinux` wheels.
The basic steps should be to:
* Get the setup script to include the `libmediainfo` binary…