From 50cf58d4943bea549d08dc9b2ee9dd91b24cf4cb Mon Sep 17 00:00:00 2001 From: Joaquim Date: Tue, 5 Feb 2019 18:19:55 +0000 Subject: Add netcdf and hdf5 dependencies (#5289) Netcdf and HDF are important _formats_ in the scientific domains (lots of satellite data come in nc or hdf) so having them by default in GDAL seems the most natural. --- ports/gdal/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/gdal/CONTROL b/ports/gdal/CONTROL index d2ad4ae77..0814046f5 100644 --- a/ports/gdal/CONTROL +++ b/ports/gdal/CONTROL @@ -1,7 +1,7 @@ Source: gdal Version: 2.4.0 Description: The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data. -Build-Depends: proj, libpng, geos, sqlite3, curl, expat, libpq, openjpeg, libwebp, libxml2, liblzma +Build-Depends: proj, libpng, geos, sqlite3, curl, expat, libpq, openjpeg, libwebp, libxml2, liblzma, netcdf-c, hdf5 Feature: mysql-libmariadb Build-Depends: libmariadb -- cgit v1.2.3