# This file created by conda-build 3.23.3 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Sun Jan 15 21:21:54 2023 # ------------------------------------------------ package: name: libtiff version: 4.5.0 source: patches: - patches/use_unix_io.patch sha256: c7a1d9296649233979fa3eacffef3fa024d73d05d589cb622727b5b08c423464 url: https://download.osgeo.org/libtiff/tiff-4.5.0.tar.gz build: missing_dso_whitelist: - /opt/X11/lib/libGL.1.dylib - /opt/X11/lib/libglut.3.dylib number: '2' run_exports: - libtiff >=4.5.0,<4.6.0a0 string: h6adf6a1_2 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.39 he00db2b_1 - binutils_linux-64 2.39 h5fc0e48_11 - gcc_impl_linux-64 11.3.0 hab1b70f_19 - gcc_linux-64 11.3.0 he6f903b_11 - gxx_impl_linux-64 11.3.0 hab1b70f_19 - gxx_linux-64 11.3.0 hc203a17_11 - kernel-headers_linux-64 2.6.32 he073ed8_15 - ld_impl_linux-64 2.39 hcc3a1bd_1 - libgcc-devel_linux-64 11.3.0 h210ce93_19 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libsanitizer 11.3.0 h239ccf8_19 - libstdcxx-devel_linux-64 11.3.0 h210ce93_19 - libstdcxx-ng 12.2.0 h46fd767_19 - libtool 2.4.7 h27087fc_0 - make 4.3 hd18ef5c_1 - sysroot_linux-64 2.12 he073ed8_15 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - jpeg 9e h166bdaf_2 - lerc 4.0.0 h27087fc_0 - libdeflate 1.17 h0b41bf4_0 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libstdcxx-ng 12.2.0 h46fd767_19 - libwebp-base 1.2.4 h166bdaf_0 - libzlib 1.2.13 h166bdaf_4 - xz 5.2.6 h166bdaf_0 - zlib 1.2.13 h166bdaf_4 - zstd 1.5.2 h6239696_4 run: - jpeg >=9e,<10a - lerc >=4.0.0,<5.0a0 - libdeflate >=1.17,<1.18.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - libwebp-base >=1.2.4,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.2,<1.6.0a0 test: commands: - test ! -f ${PREFIX}/lib/libtiff.a - test ! -f ${PREFIX}/lib/libtiffxx.a - test -f ${PREFIX}/lib/libtiff.so - test -f ${PREFIX}/lib/libtiffxx.so about: description: 'This software provides support for the Tag Image File Format (TIFF), a widely used format for storing image data. ' doc_url: http://www.libtiff.org/document.html home: http://www.libtiff.org/ license: HPND license_file: LICENSE.md summary: Support for the Tag Image File Format (TIFF). extra: copy_test_source_files: true final: true recipe-maintainers: - hmaarrfk - jakirkham - mingwandroid - msarahan - ocefpaf - stuarteberg