meta.yaml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # This file created by conda-build 3.24.0
  2. # meta.yaml template originally from:
  3. # /feedstock/recipe, last modified Wed Apr 12 13:01:52 2023
  4. # ------------------------------------------------
  5. package:
  6. name: zstd
  7. version: 1.5.5
  8. source:
  9. sha256: 98e9c3d949d1b924e28e01eccb7deed865eefebf25c2f21c702e5cd5b63b85e1
  10. url: https://github.com/facebook/zstd/archive/v1.5.5.tar.gz
  11. build:
  12. number: '0'
  13. run_exports:
  14. - zstd >=1.5.5,<1.6.0a0
  15. string: hc292b87_0
  16. requirements:
  17. build:
  18. - _libgcc_mutex 0.1 main
  19. - _openmp_mutex 5.1 1_gnu
  20. - _sysroot_linux-64_curr_repodata_hack 3 haa98f57_10
  21. - binutils_impl_linux-64 2.38 h2a08ee3_1
  22. - binutils_linux-64 2.38.0 hc2dff05_0
  23. - bzip2 1.0.8 h7b6447c_0
  24. - ca-certificates 2023.01.10 h06a4308_0
  25. - cmake-no-system 3.25.3 h6a678d5_0
  26. - gcc_impl_linux-64 11.2.0 h1234567_1
  27. - gcc_linux-64 11.2.0 h5c386dc_0
  28. - gxx_impl_linux-64 11.2.0 h1234567_1
  29. - gxx_linux-64 11.2.0 hc2dff05_0
  30. - kernel-headers_linux-64 3.10.0 h57e8cba_10
  31. - ld_impl_linux-64 2.38 h1181459_1
  32. - libffi 3.4.2 h6a678d5_6
  33. - libgcc-devel_linux-64 11.2.0 h1234567_1
  34. - libgcc-ng 11.2.0 h1234567_1
  35. - libgomp 11.2.0 h1234567_1
  36. - libstdcxx-devel_linux-64 11.2.0 h1234567_1
  37. - libstdcxx-ng 11.2.0 h1234567_1
  38. - libuuid 1.41.5 h5eee18b_0
  39. - make 4.2.1 h1bed415_1
  40. - ncurses 6.4 h6a678d5_0
  41. - ninja 1.10.2 h06a4308_5
  42. - ninja-base 1.10.2 hd09550d_5
  43. - openssl 1.1.1t h7f8727e_0
  44. - python 3.11.2 h7a1cb2a_0
  45. - readline 8.2 h5eee18b_0
  46. - sqlite 3.41.1 h5eee18b_0
  47. - sysroot_linux-64 2.17 h57e8cba_10
  48. - tk 8.6.12 h1ccaba5_0
  49. - tzdata 2023c h04d1e81_0
  50. - xz 5.2.10 h5eee18b_1
  51. - zlib 1.2.13 h5eee18b_0
  52. host:
  53. - _libgcc_mutex 0.1 main
  54. - _openmp_mutex 5.1 1_gnu
  55. - libgcc-ng 11.2.0 h1234567_1
  56. - libgomp 11.2.0 h1234567_1
  57. - libstdcxx-ng 11.2.0 h1234567_1
  58. - lz4-c 1.9.4 h6a678d5_0
  59. - xz 5.2.10 h5eee18b_1
  60. - zlib 1.2.13 h5eee18b_0
  61. run:
  62. - libgcc-ng >=11.2.0
  63. - libstdcxx-ng >=11.2.0
  64. - lz4-c >=1.9.4,<1.10.0a0
  65. - xz >=5.2.10,<6.0a0
  66. - zlib >=1.2.13,<1.3.0a0
  67. test:
  68. commands:
  69. - zstd -be -i5
  70. - test -f ${PREFIX}/include/zstd.h
  71. - test -f ${PREFIX}/lib/libzstd.a
  72. - test -f ${PREFIX}/lib/libzstd.so
  73. - export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig
  74. - test -f ${PREFIX}/lib/pkgconfig/libzstd.pc
  75. - pkg-config --cflags libzstd
  76. requires:
  77. - pkg-config
  78. about:
  79. description: 'Zstandard is a real-time compression algorithm, providing high compression
  80. ratios. It offers a very wide range of compression / speed trade-off, while
  81. being backed by a very fast decoder. It also offers a special mode for
  82. small data, called dictionary compression, and can create dictionaries from
  83. any sample set. Zstandard library is provided as open source software using
  84. a BSD license.
  85. '
  86. dev_url: https://github.com/facebook/zstd
  87. doc_url: https://facebook.github.io/zstd/zstd_manual.html
  88. home: https://facebook.github.io/zstd/
  89. license: BSD-3-Clause AND GPL-2.0-or-later
  90. license_family: BSD
  91. license_file: LICENSE
  92. summary: Zstandard - Fast real-time compression algorithm
  93. extra:
  94. copy_test_source_files: true
  95. final: true
  96. flow_run_id: 9a3a82c7-4ec6-4ce1-91f1-76bd6328741c
  97. recipe-maintainers:
  98. - chenghlee
  99. - msarahan
  100. - rmax
  101. - xhochy
  102. remote_url: git@github.com:AnacondaRecipes/zstd-feedstock.git
  103. sha: c98aad1b99d9c69517f099a4fc51e6d38d7b35ee