# This file created by conda-build 3.21.7
# meta.yaml template originally from:
# /tmp/build/80754af9/rsync-recipes/pcre2-10.37-on-linux_64, last modified Wed Jan 5 17:27:24 2022
# ------------------------------------------------
package:
name: pcre2
version: '10.37'
source:
sha256: 4d95a96e8b80529893b4562be12648d798b957b1ba1aae39606bbc2ab956d270
url: https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.37/pcre2-10.37.tar.bz2
build:
number: '1'
run_exports:
- pcre2 >=10.37,<10.38.0a0
string: he7ceb23_1
requirements:
build:
- _libgcc_mutex 0.1 main
- _openmp_mutex 4.5 1_gnu
- _sysroot_linux-64_curr_repodata_hack 3 haa98f57_10
- binutils_impl_linux-64 2.35.1 h27ae35d_9
- binutils_linux-64 2.35.1 h454624a_30
- bzip2 1.0.8 h7b6447c_0
- c-ares 1.17.1 h27cfd23_0
- ca-certificates 2021.10.26 h06a4308_2
- cmake 3.19.6 h973ab73_0
- expat 2.4.1 h2531618_2
- gcc_impl_linux-64 7.5.0 h7105cf2_17
- gcc_linux-64 7.5.0 h8f34230_30
- kernel-headers_linux-64 3.10.0 h57e8cba_10
- krb5 1.19.2 hac12032_0
- ld_impl_linux-64 2.35.1 h7274673_9
- libcurl 7.80.0 h0b77cf5_0
- libedit 3.1.20210910 h7f8727e_0
- libev 4.33 h7f8727e_1
- libffi 3.3 he6710b0_2
- libgcc-devel_linux-64 7.5.0 hbbeae57_17
- libgcc-ng 9.3.0 h5101ec6_17
- libgomp 9.3.0 h5101ec6_17
- libnghttp2 1.46.0 hce63b2e_0
- libssh2 1.9.0 h1ba5d50_1
- libstdcxx-ng 9.3.0 hd4cf53a_17
- libuv 1.40.0 h7b6447c_0
- lz4-c 1.9.3 h295c915_1
- ncurses 6.3 h7f8727e_2
- ninja 1.10.2 py39hd09550d_3
- openssl 1.1.1l h7f8727e_0
- python 3.9.7 h12debd9_1
- readline 8.1 h27cfd23_0
- rhash 1.4.1 h3c74f83_1
- sqlite 3.37.0 hc218d9a_0
- sysroot_linux-64 2.17 h57e8cba_10
- tk 8.6.11 h1ccaba5_0
- tzdata 2021e hda174b7_0
- xz 5.2.5 h7b6447c_0
- zlib 1.2.11 h7f8727e_4
- zstd 1.4.9 haebb681_0
host:
- _libgcc_mutex 0.1 main
- _openmp_mutex 4.5 1_gnu
- bzip2 1.0.8 h7b6447c_0
- libgcc-ng 9.3.0 h5101ec6_17
- libgomp 9.3.0 h5101ec6_17
- zlib 1.2.11 h7f8727e_4
run:
- bzip2 >=1.0.8,<2.0a0
- libgcc-ng >=7.5.0
- zlib >=1.2.11,<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.0
- 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.10.2
- 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.10.2
- 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.10.2
- 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
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.
'
dev_url: https://github.com/PhilipHazel/pcre2
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
final: true
recipe-maintainers:
- dfornika
- mariusvniekerk
- xhochy