rasterio / rasterio-wheels

MIT License
11 stars 16 forks source link

Use pre-built GEOS, HDF5, NetCDF4 bundles #2

Closed sgillies closed 6 years ago

sgillies commented 6 years ago

Travis builds of public projects are capped at 50 minutes. This is not enough time to build GDAL and a rich set of dependencies from source. GEOS, HDF5, and NetCDF4 are the deps that we need to update less often. I'm going to try building these on my MBP, zipping them up, and extracting the zipped files onto Travis build instances to save ~10 mins.

sgillies commented 6 years ago

geos-3.6.2-osx.zip

sgillies commented 6 years ago

Take 2: geos-3.6.2-osx.zip

sgillies commented 6 years ago

hdf5-netcdf4-osx.zip

sgillies commented 6 years ago

Take 3: gdal-deps.zip

These are fat, i386 & x86_64, libraries (like python.org's Python). Minimum OSX version is 10.9. GEOS 3.6.2, HDF5 1.10.1, NetCDF 4.4.1.1. Built using XCode 9.4.1, Apple LLVM version 9.1.0 (clang-902.0.39.2) Target: x86_64-apple-darwin17.7.0.

sgillies commented 6 years ago

Working :)