diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b4fd650..0bdcfc2 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -9,8 +9,8 @@ source: sha256: 32b2e3c90553a03cf1e8d03781c3710500ca919bca674bc370e86f15338ee93e build: - number: 2 - skip: true # [win and vc<14] + number: 3 + skip: true # [not osx64] requirements: build: @@ -91,10 +91,10 @@ about: license_file: LICENSE.txt summary: The KEA format provides an implementation of the GDAL specification within the the HDF5 file format. description: | - "KEA is an image file format, named after the New Zealand bird, that provides a full implementation - of the GDAL data model and is implemented within a HDF5 file. A software library, libkea, is used - to access the file format. The format has comparable performance with existing formats while - producing smaller file sizes and is already within active use for a number of projects + "KEA is an image file format, named after the New Zealand bird, that provides a full implementation + of the GDAL data model and is implemented within a HDF5 file. A software library, libkea, is used + to access the file format. The format has comparable performance with existing formats while + producing smaller file sizes and is already within active use for a number of projects within Landcare Research, New Zealand, and the wider community." doc_url: https://gdal.org/drivers/raster/kea.html dev_url: https://github.com/ubarsc/kealib