Changes between Version 6 and Version 7 of Conda_GDAL_lite
- Timestamp:
- 08/04/24 16:58:53 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Conda_GDAL_lite
v6 v7 31 31 conda install -c conda-forge libgdal-hdf5 32 32 }}} 33 . 33 34 34 This concept was first used for `libarrow/libparquet` dependency since it is a large dependency and especially because gdal supports four different major versions on conda-forge. By separating this dependency, only the plugin needs to be built for the four different arrow/parquet versions as opposed to the core libgdal library being built for the four different versions. The conda package for the plugin was called `libgdal-arrow-parquet` and depended on the core library conda package `libgdal` which included the rest of the plugins. 35 35