rasterio / rasterio-wheels

MIT License
11 stars 16 forks source link

Build x86_64 wheels for Pythons 3.7-3.10 with GitHub Actions #74

Closed sgillies closed 2 years ago

sgillies commented 2 years ago

Resolves #72 and #73.

Inspired by the pillow-wheels project.

Required some version updrades and a TIFF patch.

rbuffat commented 2 years ago

@sgillies

There is a github action you can use to ssh into the github session, this can be very convenient while debugging: https://github.com/marketplace/actions/debugging-with-ssh

sgillies commented 2 years ago

@vincentsarago @snowman2 yes? no?

snowman2 commented 2 years ago

Why did HDF5 get removed?

snowman2 commented 2 years ago

Was HDF5 removed for OSX issues? If so, can it be kept in for Linux? I use HDF/netCDF regularly and would be sad to see it go.

sgillies commented 2 years ago

@snowman2 it's still there, I only removed the major customizations (incomplete) for macosx arm64 and reverted to vanilla multibuild.

snowman2 commented 2 years ago

Oh good. Then I think that this is good to go 👍

snowman2 commented 2 years ago

Nice work!