# This file created by conda-build 3.22.0 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Thu Oct 13 14:56:14 2022 # ------------------------------------------------ package: name: gettext version: 0.21.1 source: patches: null sha256: 50dbc8f39797950aa2c98e939947c527e5ac9ebd2c1b99dd7b06ba33a6767ae6 url: https://ftp.gnu.org/pub/gnu/gettext/gettext-0.21.1.tar.xz build: ignore_run_exports: - libcxx - libstdcxx-ng number: '0' run_exports: - gettext >=0.21.1,<1.0a0 string: h27087fc_0 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.36.1 h193b22a_2 - binutils_linux-64 2.36 hf3e587d_10 - gcc_impl_linux-64 10.4.0 h7ee1905_16 - gcc_linux-64 10.4.0 h9215b83_10 - gxx_impl_linux-64 10.4.0 h7ee1905_16 - gxx_linux-64 10.4.0 h6e491c6_10 - kernel-headers_linux-64 2.6.32 he073ed8_15 - ld_impl_linux-64 2.36.1 hea4e1c9_2 - libgcc-devel_linux-64 10.4.0 h74af60c_16 - libgcc-ng 12.1.0 h8d9b700_16 - libgomp 12.1.0 h8d9b700_16 - libsanitizer 10.4.0 hde28e3b_16 - libstdcxx-devel_linux-64 10.4.0 h74af60c_16 - libstdcxx-ng 12.1.0 ha89aaad_16 - 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 - libgcc-ng 12.1.0 h8d9b700_16 - libgomp 12.1.0 h8d9b700_16 run: - libgcc-ng >=12 test: commands: - msgfmt -o $RECIPE_DIR/an.gmo $RECIPE_DIR/an.po - test -f ${PREFIX}/lib/libgettextlib$SHLIB_EXT - test -f ${PREFIX}/lib/libgettextpo$SHLIB_EXT - test -f ${PREFIX}/lib/libgettextsrc$SHLIB_EXT about: home: https://www.gnu.org/software/gettext/ license: LGPL-2.1-or-later AND GPL-3.0-or-later license_file: COPYING summary: Internationalization package extra: copy_test_source_files: true final: true recipe-maintainers: - ocefpaf - pkgw - scopatz