meta.yaml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. # This file created by conda-build 3.21.7
  2. # meta.yaml template originally from:
  3. # /tmp/build/80754af9/rsync-recipes/pcre2-10.37-on-linux_64, last modified Wed Jan 5 17:27:24 2022
  4. # ------------------------------------------------
  5. package:
  6. name: pcre2
  7. version: '10.37'
  8. source:
  9. sha256: 4d95a96e8b80529893b4562be12648d798b957b1ba1aae39606bbc2ab956d270
  10. url: https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.37/pcre2-10.37.tar.bz2
  11. build:
  12. number: '1'
  13. run_exports:
  14. - pcre2 >=10.37,<10.38.0a0
  15. string: he7ceb23_1
  16. requirements:
  17. build:
  18. - _libgcc_mutex 0.1 main
  19. - _openmp_mutex 4.5 1_gnu
  20. - _sysroot_linux-64_curr_repodata_hack 3 haa98f57_10
  21. - binutils_impl_linux-64 2.35.1 h27ae35d_9
  22. - binutils_linux-64 2.35.1 h454624a_30
  23. - bzip2 1.0.8 h7b6447c_0
  24. - c-ares 1.17.1 h27cfd23_0
  25. - ca-certificates 2021.10.26 h06a4308_2
  26. - cmake 3.19.6 h973ab73_0
  27. - expat 2.4.1 h2531618_2
  28. - gcc_impl_linux-64 7.5.0 h7105cf2_17
  29. - gcc_linux-64 7.5.0 h8f34230_30
  30. - kernel-headers_linux-64 3.10.0 h57e8cba_10
  31. - krb5 1.19.2 hac12032_0
  32. - ld_impl_linux-64 2.35.1 h7274673_9
  33. - libcurl 7.80.0 h0b77cf5_0
  34. - libedit 3.1.20210910 h7f8727e_0
  35. - libev 4.33 h7f8727e_1
  36. - libffi 3.3 he6710b0_2
  37. - libgcc-devel_linux-64 7.5.0 hbbeae57_17
  38. - libgcc-ng 9.3.0 h5101ec6_17
  39. - libgomp 9.3.0 h5101ec6_17
  40. - libnghttp2 1.46.0 hce63b2e_0
  41. - libssh2 1.9.0 h1ba5d50_1
  42. - libstdcxx-ng 9.3.0 hd4cf53a_17
  43. - libuv 1.40.0 h7b6447c_0
  44. - lz4-c 1.9.3 h295c915_1
  45. - ncurses 6.3 h7f8727e_2
  46. - ninja 1.10.2 py39hd09550d_3
  47. - openssl 1.1.1l h7f8727e_0
  48. - python 3.9.7 h12debd9_1
  49. - readline 8.1 h27cfd23_0
  50. - rhash 1.4.1 h3c74f83_1
  51. - sqlite 3.37.0 hc218d9a_0
  52. - sysroot_linux-64 2.17 h57e8cba_10
  53. - tk 8.6.11 h1ccaba5_0
  54. - tzdata 2021e hda174b7_0
  55. - xz 5.2.5 h7b6447c_0
  56. - zlib 1.2.11 h7f8727e_4
  57. - zstd 1.4.9 haebb681_0
  58. host:
  59. - _libgcc_mutex 0.1 main
  60. - _openmp_mutex 4.5 1_gnu
  61. - bzip2 1.0.8 h7b6447c_0
  62. - libgcc-ng 9.3.0 h5101ec6_17
  63. - libgomp 9.3.0 h5101ec6_17
  64. - zlib 1.2.11 h7f8727e_4
  65. run:
  66. - bzip2 >=1.0.8,<2.0a0
  67. - libgcc-ng >=7.5.0
  68. - zlib >=1.2.11,<1.3.0a0
  69. test:
  70. commands:
  71. - pcre2test --version
  72. - pcre2grep --version
  73. - pcre2-config --version
  74. - test -f ${PREFIX}/include/pcre2.h
  75. - test -f ${PREFIX}/include/pcre2posix.h
  76. - test -f ${PREFIX}/lib/libpcre2-posix${SHLIB_EXT}
  77. - test -f ${PREFIX}/lib/libpcre2-posix${SHLIB_EXT}.3
  78. - test -f ${PREFIX}/lib/libpcre2-posix${SHLIB_EXT}.3.0.0
  79. - test -f ${PREFIX}/lib/libpcre2-8${SHLIB_EXT}
  80. - test -f ${PREFIX}/lib/libpcre2-8${SHLIB_EXT}.0
  81. - test -f ${PREFIX}/lib/libpcre2-8${SHLIB_EXT}.0.10.2
  82. - test -f ${PREFIX}/lib/libpcre2-16${SHLIB_EXT}
  83. - test -f ${PREFIX}/lib/libpcre2-16${SHLIB_EXT}.0
  84. - test -f ${PREFIX}/lib/libpcre2-16${SHLIB_EXT}.0.10.2
  85. - test -f ${PREFIX}/lib/libpcre2-32${SHLIB_EXT}
  86. - test -f ${PREFIX}/lib/libpcre2-32${SHLIB_EXT}.0
  87. - test -f ${PREFIX}/lib/libpcre2-32${SHLIB_EXT}.0.10.2
  88. - test -f ${PREFIX}/lib/pkgconfig/libpcre2-8.pc
  89. - test -f ${PREFIX}/lib/pkgconfig/libpcre2-16.pc
  90. - test -f ${PREFIX}/lib/pkgconfig/libpcre2-32.pc
  91. - test -f ${PREFIX}/lib/pkgconfig/libpcre2-posix.pc
  92. about:
  93. description: 'The PCRE library is a set of functions that implement regular expression
  94. pattern matching
  95. using the same syntax and semantics as Perl 5. PCRE has its own native API, as
  96. well as a set of
  97. wrapper functions that correspond to the POSIX regular expression API. The PCRE
  98. library is
  99. free, even for building proprietary software.
  100. '
  101. dev_url: https://github.com/PhilipHazel/pcre2
  102. doc_url: http://www.pcre.org/current/doc/html/
  103. home: http://www.pcre.org/
  104. license: BSD-3-Clause
  105. license_family: BSD
  106. license_file: LICENCE
  107. summary: Regular expression pattern matching using Perl 5 syntax and semantics.
  108. extra:
  109. copy_test_source_files: true
  110. final: true
  111. recipe-maintainers:
  112. - dfornika
  113. - mariusvniekerk
  114. - xhochy