easyconfigs-it4i/p/PCRE2/PCRE2-10.21-foss-2016a.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

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'