# This file created by conda-build 3.19.2 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Thu Jul 9 14:07:09 2020 # ------------------------------------------------ package: name: gflags version: 2.2.2 source: fn: gflags-2.2.2.tar.gz sha1: 4d42470afb7236fb0cf90f8bbb0cec588073c17c url: https://github.com/gflags/gflags/archive/v2.2.2.tar.gz build: number: '1004' run_exports: - gflags >=2.2.2,<2.3.0a0 string: he1b5a44_1004 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 0_gnu - binutils_impl_linux-64 2.34 h53a641e_5 - binutils_linux-64 2.34 hc952b39_20 - bzip2 1.0.8 h516909a_2 - ca-certificates 2020.6.20 hecda079_0 - cmake 3.17.0 h28c56e5_0 - expat 2.2.9 he1b5a44_2 - gcc_impl_linux-64 7.5.0 hd420e75_6 - gcc_linux-64 7.5.0 h09487f9_20 - gxx_impl_linux-64 7.5.0 hdf63c60_6 - gxx_linux-64 7.5.0 h09487f9_20 - krb5 1.17.1 hfafb76e_1 - ld_impl_linux-64 2.34 h53a641e_5 - libcurl 7.71.1 hcdd3856_0 - libedit 3.1.20191231 h46ee950_0 - libgcc-ng 9.2.0 h24d8f2e_2 - libgomp 9.2.0 h24d8f2e_2 - libssh2 1.9.0 hab1572f_3 - libstdcxx-ng 9.2.0 hdf63c60_2 - libuv 1.38.0 h516909a_0 - make 4.3 h516909a_0 - ncurses 6.1 hf484d3e_1002 - openssl 1.1.1g h516909a_0 - rhash 1.3.6 h14c3975_1001 - tk 8.6.10 hed695b0_0 - xz 5.2.5 h516909a_0 - zlib 1.2.11 h516909a_1006 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 0_gnu - libgcc-ng 9.2.0 h24d8f2e_2 - libgomp 9.2.0 h24d8f2e_2 - libstdcxx-ng 9.2.0 hdf63c60_2 run: - libgcc-ng >=7.5.0 - libstdcxx-ng >=7.5.0 test: commands: - test -f ${PREFIX}/lib/libgflags.so - test -f ${PREFIX}/lib/libgflags_nothreads.so - test ! -f ${PREFIX}/lib/libgflags.a - test ! -f ${PREFIX}/lib/libgflags_nothreads.a about: home: https://github.com/gflags/gflags license: BSD-3-Clause license_file: COPYING.txt summary: A C++ library that implements commandline flags processing. extra: copy_test_source_files: true final: true recipe-maintainers: - jakirkham - wesm - xhochy