1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- # This file created by conda-build 3.23.3
- # ------------------------------------------------
- package:
- name: c-ares
- version: 1.19.0
- source:
- sha256: bfceba37e23fd531293829002cac0401ef49a6dc55923f7f92236585b7ad1dd3
- url: https://c-ares.org/download/c-ares-1.19.0.tar.gz
- build:
- number: 0
- run_exports:
- - c-ares >=1.19.0,<2.0a0
- string: h5eee18b_0
- requirements:
- build:
- - _libgcc_mutex 0.1 main
- - _openmp_mutex 5.1 1_gnu
- - _sysroot_linux-64_curr_repodata_hack 3 haa98f57_10
- - binutils_impl_linux-64 2.38 h2a08ee3_1
- - binutils_linux-64 2.38.0 hc2dff05_0
- - bzip2 1.0.8 h7b6447c_0
- - ca-certificates 2023.01.10 h06a4308_0
- - cmake-no-system 3.16.5 h295c915_1
- - gcc_impl_linux-64 11.2.0 h1234567_1
- - gcc_linux-64 11.2.0 h5c386dc_0
- - kernel-headers_linux-64 3.10.0 h57e8cba_10
- - ld_impl_linux-64 2.38 h1181459_1
- - libffi 3.4.2 h6a678d5_6
- - libgcc-devel_linux-64 11.2.0 h1234567_1
- - libgcc-ng 11.2.0 h1234567_1
- - libgomp 11.2.0 h1234567_1
- - libstdcxx-ng 11.2.0 h1234567_1
- - libuuid 1.41.5 h5eee18b_0
- - ncurses 6.4 h6a678d5_0
- - ninja 1.10.2 h06a4308_5
- - ninja-base 1.10.2 hd09550d_5
- - openssl 1.1.1t h7f8727e_0
- - python 3.11.0 h7a1cb2a_3
- - readline 8.2 h5eee18b_0
- - sqlite 3.40.1 h5082296_0
- - sysroot_linux-64 2.17 h57e8cba_10
- - tk 8.6.12 h1ccaba5_0
- - tzdata 2022g h04d1e81_0
- - xz 5.2.10 h5eee18b_1
- - zlib 1.2.13 h5eee18b_0
- host:
- - _libgcc_mutex 0.1 main
- - _openmp_mutex 5.1 1_gnu
- - libgcc-ng 11.2.0 h1234567_1
- - libgomp 11.2.0 h1234567_1
- run:
- - libgcc-ng >=11.2.0
- run_constraint:
- - c-ares-static <0a0
- test:
- commands:
- - test -f ${PREFIX}/include/ares.h
- - test -f ${PREFIX}/lib/libcares${SHLIB_EXT}
- - test ! -f ${PREFIX}/lib/libcares.a
- - test ! -f ${PREFIX}/lib/libcares_static.a
- about:
- description: 'c-ares is a C library for asynchronous DNS requests (including name
- resolves).
- '
- dev_url: https://github.com/c-ares/c-ares
- doc_url: https://c-ares.org/docs.html
- home: https://c-ares.org/
- license: MIT
- license_family: MIT
- license_file: LICENSE.md
- summary: This is c-ares, an asynchronous resolver library
- extra:
- copy_test_source_files: true
- final: true
- flow_run_id: f11eb132-fc99-4c74-ba7c-082d39ecf11e
- recipe-maintainers:
- - ocefpaf
- - wesm
- - xhochy
- remote_url: git@github.com:AnacondaRecipes/c-ares-feedstock.git
- sha: 424f3ae1929dc99db54027f0e0809344242e0a90
|