easyconfigs-it4i/p/PCRE/PCRE-8.36-intel-2015b.eb
2017-03-09 11:57:40 +01:00

22 lines
545 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-06-30_13-40-45
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': '2015b'}
toolchainopts = {'optarch': True, 'pic': True}
configopts = "--with-pic --disable-cpp"
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
moduleclass = 'devel'