mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
25 lines
649 B
Plaintext
25 lines
649 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'PCRE2'
|
|
version = '10.21'
|
|
|
|
homepage = 'http://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': 'foss', 'version': '2016a'}
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
source_urls = ['http://download.sourceforge.net/pcre']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
configopts = "--with-pic --disable-cpp --enable-jit"
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/pcre2-config", "bin/pcre2grep", "bin/pcre2test", "lib/libpcre2-8.a"],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel' |