meta.yaml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # This file created by conda-build 3.21.8
  2. # ------------------------------------------------
  3. package:
  4. name: reproc-cpp
  5. version: 14.2.4
  6. source:
  7. - patches: null
  8. sha256: 55c780f7faa5c8cabd83ebbb84b68e5e0e09732de70a129f6b3c801e905415dd
  9. url: https://github.com/DaanDeMeyer/reproc/archive/v14.2.4.tar.gz
  10. build:
  11. number: 1
  12. run_exports:
  13. - reproc-cpp >=14.2,<15.0a0
  14. string: h295c915_1
  15. requirements:
  16. build:
  17. - _libgcc_mutex 0.1 main
  18. - _openmp_mutex 4.5 1_gnu
  19. - _sysroot_linux-64_curr_repodata_hack 3 haa98f57_10
  20. - binutils_impl_linux-64 2.35.1 h27ae35d_9
  21. - binutils_linux-64 2.35.1 h454624a_30
  22. - bzip2 1.0.8 h7b6447c_0
  23. - c-ares 1.18.1 h7f8727e_0
  24. - ca-certificates 2022.2.1 h06a4308_0
  25. - cmake 3.22.1 h1fce559_0
  26. - expat 2.4.4 h295c915_0
  27. - gcc_impl_linux-64 7.5.0 h7105cf2_17
  28. - gcc_linux-64 7.5.0 h8f34230_30
  29. - gxx_impl_linux-64 7.5.0 h0a5bf11_17
  30. - gxx_linux-64 7.5.0 hffc177d_30
  31. - kernel-headers_linux-64 3.10.0 h57e8cba_10
  32. - krb5 1.19.2 hac12032_0
  33. - ld_impl_linux-64 2.35.1 h7274673_9
  34. - libcurl 7.80.0 h0b77cf5_0
  35. - libedit 3.1.20210910 h7f8727e_0
  36. - libev 4.33 h7f8727e_1
  37. - libffi 3.3 he6710b0_2
  38. - libgcc-devel_linux-64 7.5.0 hbbeae57_17
  39. - libgcc-ng 9.3.0 h5101ec6_17
  40. - libgomp 9.3.0 h5101ec6_17
  41. - libnghttp2 1.46.0 hce63b2e_0
  42. - libssh2 1.9.0 h1ba5d50_1
  43. - libstdcxx-devel_linux-64 7.5.0 hf0c5c8d_17
  44. - libstdcxx-ng 9.3.0 hd4cf53a_17
  45. - libuuid 1.0.3 h7f8727e_2
  46. - libuv 1.40.0 h7b6447c_0
  47. - lz4-c 1.9.3 h295c915_1
  48. - ncurses 6.3 h7f8727e_2
  49. - ninja 1.10.2 py310hd09550d_3
  50. - openssl 1.1.1m h7f8727e_0
  51. - python 3.10.0 h12debd9_5
  52. - readline 8.1.2 h7f8727e_1
  53. - rhash 1.4.1 h3c74f83_1
  54. - sqlite 3.38.0 hc218d9a_0
  55. - sysroot_linux-64 2.17 h57e8cba_10
  56. - tk 8.6.11 h1ccaba5_0
  57. - tzdata 2021e hda174b7_0
  58. - xz 5.2.5 h7b6447c_0
  59. - zlib 1.2.11 h7f8727e_4
  60. - zstd 1.5.0 ha4553b6_1
  61. host:
  62. - _libgcc_mutex 0.1 main
  63. - _openmp_mutex 4.5 1_gnu
  64. - libgcc-ng 9.3.0 h5101ec6_17
  65. - libgomp 9.3.0 h5101ec6_17
  66. - libstdcxx-ng 9.3.0 hd4cf53a_17
  67. - reproc 14.2.4 h295c915_1
  68. run:
  69. - libgcc-ng >=7.5.0
  70. - libstdcxx-ng >=7.5.0
  71. - reproc 14.2.4 h295c915_1
  72. test:
  73. commands:
  74. - test -f ${PREFIX}/include/reproc++/reproc.hpp
  75. - test -f ${PREFIX}/lib/libreproc++${SHLIB_EXT}
  76. - test -f ${PREFIX}/lib/cmake/reproc++/reproc++-config.cmake
  77. - test ! -f ${PREFIX}/lib/libreproc++.a
  78. about:
  79. dev_url: https://github.com/DaanDeMeyer/reproc
  80. doc_src_url: https://github.com/DaanDeMeyer/reproc
  81. doc_url: https://github.com/DaanDeMeyer/reproc#reproc
  82. home: https://github.com/DaanDeMeyer/reproc
  83. license: MIT
  84. license_family: MIT
  85. license_file: LICENSE
  86. summary: reproc (Redirected Process) is a cross-platform C/C++ library that simplifies
  87. starting, stopping and communicating with external programs.
  88. extra:
  89. copy_test_source_files: true
  90. final: true
  91. recipe-maintainers:
  92. - DaanDeMeyer
  93. - wolfv