delvewheel icon indicating copy to clipboard operation
delvewheel copied to clipboard

Self-contained Python wheels for Windows

Results 6 delvewheel issues
Sort by recently updated
recently updated
newest added

Hi ! I noticed that `delvewheel` will inspect only `*.pyd` files for dependencies while `auditwheel` goes through all the `*.so` files in the wheel. Looking at the `delvewheel` code it...

First off -- thanks for this great project. We have been trying to use delvewheel on a project and noticed that when a DLL is mangled by delvewheel the e.g....

Hi, I saw [this commit](https://github.com/adang1345/delvewheel/commit/0dd89781ee86c234df86c545d78e527a795c6a74) changed the behavior to ignore .pyd files in the `data` directory outside of two specific directories. Could you elaborate on why this change was made?...

I am curious if there is a best practice for bundling libraries come from subpackages of the build system. In my particular case, I am using CMake, but I believe...

If you're building a C++ project on GitHub Actions that uses `std::mutex`, then you may encounter an access violation when using that project in a `delvewheel`-repaired wheel. To fix this,...

Assorted fixes and improvements: * ensure the entire test suite passes under Linux * add `--no-patch` option to disable the DLL search path patching logic * add `--mangle-only` option to...