# This file created by conda-build 3.23.3 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Mon Dec 19 03:53:11 2022 # ------------------------------------------------ package: name: lcms2 version: '2.14' source: sha256: 28474ea6f6591c4d4cee972123587001a4e6e353412a41b3e9e82219818d5740 url: https://github.com/mm2/Little-CMS/releases/download/lcms2.14/lcms2-2.14.tar.gz build: number: '1' run_exports: - lcms2 >=2.14,<3.0a0 string: hfd0df8a_1 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 - 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-ng 12.2.0 h46fd767_19 - libtool 2.4.6 h9c3ff4c_1008 - 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.14 h166bdaf_0 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libstdcxx-ng 12.2.0 h46fd767_19 - libtiff 4.5.0 h82bc61c_0 - libwebp-base 1.2.4 h166bdaf_0 - libzlib 1.2.13 h166bdaf_4 - xz 5.2.6 h166bdaf_0 - zstd 1.5.2 h6239696_4 run: - jpeg >=9e,<10a - libgcc-ng >=12 - libtiff >=4.5.0,<4.6.0a0 test: commands: - test -f ${PREFIX}/include/lcms2.h - test ! -f ${PREFIX}/lib/liblcms2.a - test -f ${PREFIX}/lib/liblcms2${SHLIB_EXT} - jpgicc - tificc - linkicc - transicc - psicc about: home: http://www.littlecms.com/ license: MIT license_family: MIT license_file: COPYING summary: Open Source Color Management Engine extra: copy_test_source_files: true final: true recipe-maintainers: - hmaarrfk - isuruf