Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pyvips-binary package #507

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kleisauke
Copy link
Member

Binary wheels are build using cibuildwheel for use on the most common platforms:

  • macOS x64 (>= 10.13)
  • macOS ARM64
  • Linux x64 (glibc >= 2.26, musl >= 1.2.2, CPU with SSE4.2)
  • Linux ARM64 (glibc >= 2.26, musl >= 1.2.2)
  • Windows x64
  • Windows x86

This leverages the pre-built binaries from the https://github.com/kleisauke/libvips-packaging repo, the same binaries are used by NetVips.

Marked as draft due to this notes:

  • Perhaps this should be in a separate repository?
  • Windows binaries are currently using the -static-ffi variant. The plan is to distribute the -static variant when libvips 8.16 is released.
    # GLib is compiled as a shared library in the "-static-ffi" variant
    # TODO: Remove after we distribute the "-static" variant in the libvips-packaging repo
    linkname+=" -llibglib-2.0 -llibgobject-2.0"

    (this will also require a major bump in NetVips, see e.g. commit kleisauke/net-vips@8856756)

Binary wheels are build using cibuildwheel for use on the most
common platforms:
- macOS x64 (>= 10.13)
- macOS ARM64
- Linux x64 (glibc >= 2.26, musl >= 1.2.2, CPU with SSE4.2)
- Linux ARM64 (glibc >= 2.26, musl >= 1.2.2)
- Windows x64
- Windows x86
@jcupitt
Copy link
Member

jcupitt commented Sep 22, 2024

Nice!

Yes, maybe a separate repo is better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants