/zfp-wheels

Primary LanguageShell

zfp-wheels : Building and uploading zfpy wheels

What it is

Repository for wheel building of zfpy, the official Python bindings for the ZFP compression algorithm.

What it does

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.