A tool to merge directories containing static libraries or other binaries into universal binaries.
Project description
lipomerge
This package merges two directories containing static libraries for two different architectures into one directory with universal binaries. Files that don't end in ".a" or are mach-O binaries (Typically .dylib or executable) will just be copied over from the first directory.
Installation
To install the package, use:
pip install lipomerge
Usage
Run it like this:
python3 -m lipomerge <arm64-dir-tree> <x64-dir-tree> <universal-output-dir>
Requirements
- macOS
lipomust be installed on your system.
License
This project is licensed under the GPL v3 license.
Resources
- A blog post on using lipo to build universal binaries
- A blog post on building universal binaries with vcpkg
Contribute
Style is enforced by pre-commit:
pip install pre-commit
pre-commit install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lipomerge-0.1.1.tar.gz.
File metadata
- Download URL: lipomerge-0.1.1.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1748689aed329013e034fc197dd678b3b659b311889ba37b29fcd809077b0f4b
|
|
| MD5 |
6129c46744f56bef08257767e9381a81
|
|
| BLAKE2b-256 |
547a433ddcd9631ae8b7813f142327f988d4a692a1386d0428fdb6fad05acffe
|
File details
Details for the file lipomerge-0.1.1-py3-none-any.whl.
File metadata
- Download URL: lipomerge-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7c1f0a8233c3eb03cf99e8cbcd5e877364e802bb05cc4c45acc3e5874c64223
|
|
| MD5 |
8d4ca02cfd640402313bc4b90be57371
|
|
| BLAKE2b-256 |
4be5209e53cbf8eab080d28b65364208dc29701783c7b5ddead7c7cb730caeeb
|