mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: p/PCRE2/PCRE2-10.34-GCCcore-9.3.0.eb new file: t/Tk/Tk-8.6.10-GCCcore-9.3.0.eb new file: u/UDUNITS/UDUNITS-2.2.26-GCCcore-9.3.0.eb modified: v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential.eb new file: x/XZ/XZ-5.2.5-GCCcore-9.3.0.eb
31 lines
814 B
Plaintext
31 lines
814 B
Plaintext
# JH 2020
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'PCRE2'
|
|
version = '10.34'
|
|
|
|
homepage = 'https://www.pcre.org/'
|
|
description = """
|
|
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax
|
|
and semantics as Perl 5.
|
|
"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://ftp.pcre.org/pub/pcre/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['da6aba7ba2509e918e41f4f744a59fa41a2425c59a298a232e7fe85691e00379']
|
|
|
|
builddependencies = [('binutils', '2.34')]
|
|
|
|
configopts = "--enable-shared --enable-jit --enable-pcre2-16 --enable-unicode"
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/pcre2-config", "bin/pcre2grep", "bin/pcre2test", "lib/libpcre2-8.a", "lib/libpcre2-16.a"],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|