{% set version = "1.7.1" %} package: name: geotiff version: {{ version }} source: url: http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-{{ version }}.tar.gz sha256: 05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6 patches: - cmake.patch build: number: 6 skip: true # [win and vc<14] run_exports: # https://abi-laboratory.pro/?view=timeline&l=libgeotiff - {{ pin_subpackage('geotiff', max_pin='x.x') }} requirements: build: - cmake - make - gnuconfig # [unix] - {{ compiler('c') }} - {{ compiler('cxx') }} host: - proj - zlib - jpeg - libtiff run: - proj - zlib - jpeg - libtiff test: commands: - test -f $PREFIX/lib/libgeotiff${SHLIB_EXT} # [not win] - if not exist %LIBRARY_LIB%\\geotiff_i.lib exit 1 # [win] - if not exist %LIBRARY_BIN%\\geotiff.dll exit 1 # [win] about: home: https://trac.osgeo.org/geotiff license: MIT license_file: LICENSE summary: TIFF based interchange format for georeferenced raster imagery description: | GeoTIFF represents an effort by over 160 different remote sensing, GIS, cartographic, and surveying related companies and organizations to establish a TIFF based interchange format for georeferenced raster imagery. extra: recipe-maintainers: - akrherz - gillins - ocefpaf - xylar