Repository for wheel building of zfpy, the official Python bindings for the ZFP compression algorithm.
When triggerd on Travis, this repository:
- Fetches a specific tag/commit from the main ZFP repository
- Clones the multibuild repository
- Builds ZFP, using the options for building the Python bindings
- Uses scripts from the multibuild repository to:
- Build wheels for various environments
- Delocalize the wheels (bundle libzfp.so into them)
- Uploads the wheels to PyPI, using an encrypted API token.