rasterio / rasterio-wheels

MIT License
11 stars 16 forks source link

Prevent shared library name conflict with fiona deps #44

Closed sgillies closed 4 years ago

sgillies commented 4 years ago

Background: https://github.com/mapbox/rasterio/issues/1876#issuecomment-596017426.

Can we patch auditwheel so that the names of rasterio's shared library dependencies are different from those of fiona's. The hash tag seems to be insufficient.

sgillies commented 4 years ago

Wow, lots of good info in this: https://sourceware.org/bugzilla/show_bug.cgi?id=19884.

sgillies commented 4 years ago

I've patched auditwheel so that it gives our shared libraries SONAMEs like libfoo-rasterio-123abcd and this seems to be a good enough work-around solution.

sgillies commented 4 years ago

Resolved by #47.