mapbox / rio-color

Color correction plugin for rasterio
MIT License
131 stars 24 forks source link

Manylinux wheels #44

Closed perrygeo closed 6 years ago

perrygeo commented 8 years ago

As part of the release process, we might consider building manylinux wheels to allow easy installation on linux without a build toolchain. I think that, because colorspace.so does not link to any external shared objects, that this should be fairly lightweight and rely on the libgdal that is linked to Rasterio.

@sgillies do we want to include this in frs-wheel-builds?

cc @vincentsarago

sgillies commented 8 years ago

@perrygeo I don't get it, but will check: colorspace.so is a new extension module?

perrygeo commented 8 years ago

Nothing new, rio_color.colorspace has been implemented in Cython since April but installation on linux could be simplified by using wheels.

sgillies commented 6 years ago

I don't want to add to the frs wheel builder because it's super hacky, but it's the pragmatic thing to do for 1.0 and will only take ~30 mins.

sgillies commented 6 years ago

Done: https://github.com/sgillies/frs-wheel-builds/blob/master/CHANGES#L4-L7.