easyconfigs-it4i/p/PCRE/PCRE-8.36-intel-2014.06.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

21 lines
487 B
Plaintext

easyblock = 'ConfigureMake'
name = 'PCRE'
version = '8.36'
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': '2014.06'}
toolchainopts = {'optarch': True, 'pic': True}
configopts = "--with-pic --disable-cpp"
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
moduleclass = 'devel'