# This file created by conda-build 3.21.8 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Tue Apr 5 07:27:17 2022 # ------------------------------------------------ package: name: glog version: 0.6.0 source: fn: glog-0.6.0.tar.gz patches: - 0003-Remove-non-existent-USAGE-level-from-tests.patch - 0004-Ignore-unmangled-cxx11-symbols.patch sha256: 8a83bf982f37bb70825df71a9709fa90ea9f4447fb3c099e1d720a439d88bad6 url: https://github.com/google/glog/archive/v0.6.0.tar.gz build: number: '0' run_exports: - glog >=0.6.0,<0.7.0a0 string: h6f12383_0 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - binutils_impl_linux-64 2.36.1 h193b22a_2 - binutils_linux-64 2.36 hf3e587d_9 - bzip2 1.0.8 h7f98852_4 - c-ares 1.18.1 h7f98852_0 - ca-certificates 2021.10.8 ha878542_0 - cmake 3.23.0 h5432695_1 - expat 2.4.8 h27087fc_0 - gcc_impl_linux-64 10.3.0 hf2f2afa_14 - gcc_linux-64 10.3.0 hc39de41_9 - gxx_impl_linux-64 10.3.0 hf2f2afa_14 - gxx_linux-64 10.3.0 h2593f52_9 - kernel-headers_linux-64 2.6.32 he073ed8_15 - keyutils 1.6.1 h166bdaf_0 - krb5 1.19.3 h08a2579_0 - ld_impl_linux-64 2.36.1 hea4e1c9_2 - libcurl 7.82.0 h2283fc2_0 - libedit 3.1.20191231 he28a2e2_2 - libev 4.33 h516909a_1 - libgcc-devel_linux-64 10.3.0 he6cfe16_14 - libgcc-ng 11.2.0 h1d223b6_14 - libgomp 11.2.0 h1d223b6_14 - libnghttp2 1.47.0 he49606f_0 - libsanitizer 10.3.0 h26c7422_14 - libssh2 1.10.0 ha35d2d1_2 - libstdcxx-devel_linux-64 10.3.0 he6cfe16_14 - libstdcxx-ng 11.2.0 he4da1e4_14 - libuv 1.43.0 h7f98852_0 - libzlib 1.2.11 h166bdaf_1014 - lz4-c 1.9.3 h9c3ff4c_1 - ncurses 6.3 h9c3ff4c_0 - ninja 1.10.2 h4bd325d_1 - openssl 3.0.2 h166bdaf_1 - rhash 1.4.1 h7f98852_0 - sysroot_linux-64 2.12 he073ed8_15 - xz 5.2.5 h516909a_1 - zlib 1.2.11 h166bdaf_1014 - zstd 1.5.2 ha95c52a_0 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - gflags 2.2.2 he1b5a44_1004 - libgcc-ng 11.2.0 h1d223b6_14 - libgomp 11.2.0 h1d223b6_14 - libstdcxx-ng 11.2.0 he4da1e4_14 run: - gflags >=2.2.2,<2.3.0a0 - libgcc-ng >=10.3.0 - libstdcxx-ng >=10.3.0 test: commands: - test -f ${PREFIX}/lib/libglog${SHLIB_EXT} about: home: https://github.com/google/glog license: BSD-3-Clause license_file: COPYING summary: C++ implementation of the Google logging module. extra: copy_test_source_files: true final: true recipe-maintainers: - jakirkham - xhochy