mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
22 lines
585 B
Plaintext
22 lines
585 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'PCRE2'
|
|
version = '10.22'
|
|
|
|
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': 'intel', 'version': '2017.00'}
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
#source_urls = ['http://download.sourceforge.net/pcre']
|
|
#sources = [SOURCELOWER_TAR_GZ]
|
|
sources = ['pcre2-10.22.tar.gz']
|
|
|
|
configopts = "--with-pic --disable-cpp --enable-utf --enable-unicode-properties"
|
|
|
|
moduleclass = 'devel'
|