delocate icon indicating copy to clipboard operation
delocate copied to clipboard

Find and copy needed dynamic libraries into python wheels

Results 30 delocate issues
Sort by recently updated
recently updated
newest added

This is my attempt at a PR for #174. This adds the ability to "retag" a universal2 fused wheel. When running delocate-fuse with this flag, it will update the filename...

**Describe the bug** / **To Reproduce** My original wheel contains these files: ``` $ unzip -l dist/PyMyLib-0.1.17-cp39-cp39-macosx_12_0_arm64.whl Archive: dist/PyMyLib-0.1.17-cp39-cp39-macosx_12_0_arm64.whl Length Date Time Name --------- ---------- ----- ---- 4444243 03-15-2022 11:19...

bug

**Describe the bug** Tool `delocate-wheel` alters tag in wheel name to seemingly invalid tag/number We are using GitHub-runners to generate som large macOS wheels for repository `Carolina` **To Reproduce** The...

bug

**Describe the bug** `delocate` works with `/usr/lib/swift/libswiftCore.dylib` paths, but fails with `@rpath/libswiftCore.dylib` when the search path includes "/usr/lib/swift". **Expected behavior** I'm not sure. This might not be a bug; I...

bug

Currently, there is no way to customize libs dir if the wheel has no package directory. One use case is an extension, that offers C-API (like the gmpy2 package). With...

**Describe the bug** When providing the `--exclude` argument to exclude `libarrow` and `libarrow_python` from the wheel `delocate.libsana` still claims it is unable to find the library instead of ignoring it....

bug

This is the other half of the patch set I've been maintaining for `repairwheel`. Hopefully these changes are innocuous enough to push upstream.

**Describe the bug** A clear and concise description of what the bug is. I would like to ship a build of OpenBLAS as a wheel. On posix, the build ships...

bug

I was skimming through the recent changes as I was trying to figure out a new regression and noticed something that should probably be fixed — the GHA workflow calls...

enhancement
security

Some ideas that could make things easier for me and future maintainers: I'd be nice to setup auto formatters like Black and isort. It's tedious to format all code manually....

enhancement