spatialite icon indicating copy to clipboard operation
spatialite copied to clipboard

Add a wheel for library dependencies

Open dazza-codes opened this issue 6 years ago • 1 comments

Does spatialite build a wheel that packages libspatialite?

  • https://pythonwheels.com/

Some packages with wheels that provide binary libs:

  • https://github.com/Toblerity/Shapely
    • https://github.com/Toblerity/Shapely/blob/master/build-wheels.sh
  • https://github.com/Toblerity/Fiona

See also:

  • https://github.com/mapbox/rasterio/blob/master/setup.py#L153
  • https://github.com/mapbox/rasterio/blob/master/setup.py#L436

dazza-codes avatar Sep 12 '19 15:09 dazza-codes

Does spatialite build a wheel that packages libspatialite?

Unfortunately no. Currently it depends on the existing libspatialite in the system which should be installed separately (as it is mentioned in Readme).

But thanks for the advice, I will consider adding this feature.

malexer avatar Dec 24 '19 10:12 malexer