# This file created by conda-build 3.22.0 # ------------------------------------------------ package: name: pcre2 version: '10.40' source: sha256: a057381270857d01a1a8b2c2fcf176b1c3c6aea595d586649755c33a5843d52f url: https://github.com/PCRE2Project/pcre2/archive/refs/tags/pcre2-10.40.tar.gz build: number: 0 run_exports: - pcre2 >=10.40,<10.41.0a0 string: hc3806b6_0 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.36.1 h193b22a_2 - binutils_linux-64 2.36 hf3e587d_10 - bzip2 1.0.8 h7f98852_4 - c-ares 1.18.1 h7f98852_0 - ca-certificates 2022.9.24 ha878542_0 - cmake 3.24.2 h5432695_0 - expat 2.4.9 h27087fc_0 - gcc_impl_linux-64 10.4.0 h7ee1905_16 - gcc_linux-64 10.4.0 h9215b83_10 - 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.85.0 h2283fc2_0 - libedit 3.1.20191231 he28a2e2_2 - libev 4.33 h516909a_1 - libgcc-devel_linux-64 10.4.0 h74af60c_16 - libgcc-ng 12.1.0 h8d9b700_16 - libgomp 12.1.0 h8d9b700_16 - libnghttp2 1.47.0 hff17c54_1 - libsanitizer 10.4.0 hde28e3b_16 - libssh2 1.10.0 hf14f497_3 - libstdcxx-ng 12.1.0 ha89aaad_16 - libuv 1.44.2 h166bdaf_0 - libzlib 1.2.12 h166bdaf_4 - ncurses 6.3 h27087fc_1 - ninja 1.11.0 h924138e_0 - openssl 3.0.5 h166bdaf_2 - rhash 1.4.3 h166bdaf_0 - sysroot_linux-64 2.12 he073ed8_15 - xz 5.2.6 h166bdaf_0 - zlib 1.2.12 h166bdaf_4 - zstd 1.5.2 h6239696_4 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - bzip2 1.0.8 h7f98852_4 - libgcc-ng 12.1.0 h8d9b700_16 - libgomp 12.1.0 h8d9b700_16 - libzlib 1.2.12 h166bdaf_4 - zlib 1.2.12 h166bdaf_4 run: - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - libzlib >=1.2.12,<1.3.0a0 test: commands: - pcre2test --version - pcre2grep --version - pcre2-config --version - test -f ${PREFIX}/include/pcre2.h - test -f ${PREFIX}/include/pcre2posix.h - test -f ${PREFIX}/lib/libpcre2-posix${SHLIB_EXT} - test -f ${PREFIX}/lib/libpcre2-posix${SHLIB_EXT}.3 - test -f ${PREFIX}/lib/libpcre2-posix${SHLIB_EXT}.3.0.2 - test -f ${PREFIX}/lib/libpcre2-8${SHLIB_EXT} - test -f ${PREFIX}/lib/libpcre2-8${SHLIB_EXT}.0 - test -f ${PREFIX}/lib/libpcre2-8${SHLIB_EXT}.0.11.0 - test -f ${PREFIX}/lib/libpcre2-16${SHLIB_EXT} - test -f ${PREFIX}/lib/libpcre2-16${SHLIB_EXT}.0 - test -f ${PREFIX}/lib/libpcre2-16${SHLIB_EXT}.0.11.0 - test -f ${PREFIX}/lib/libpcre2-32${SHLIB_EXT} - test -f ${PREFIX}/lib/libpcre2-32${SHLIB_EXT}.0 - test -f ${PREFIX}/lib/libpcre2-32${SHLIB_EXT}.0.11.0 - test -f ${PREFIX}/lib/pkgconfig/libpcre2-8.pc - test -f ${PREFIX}/lib/pkgconfig/libpcre2-16.pc - test -f ${PREFIX}/lib/pkgconfig/libpcre2-32.pc - test -f ${PREFIX}/lib/pkgconfig/libpcre2-posix.pc - test -f ${PREFIX}/cmake/pcre2-config.cmake - test -f ${PREFIX}/cmake/pcre2-config-version.cmake about: description: 'The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API. The PCRE library is free, even for building proprietary software. ' doc_url: http://www.pcre.org/current/doc/html/ home: http://www.pcre.org/ license: BSD-3-Clause license_family: BSD license_file: LICENCE summary: Regular expression pattern matching using Perl 5 syntax and semantics. extra: copy_test_source_files: true feedstock-name: pcre2 final: true recipe-maintainers: - dfornika - mariusvniekerk - xhochy