PCRE-8.40-intel-2017.02.eb 508 B

123456789101112131415161718
  1. easyblock = 'ConfigureMake'
  2. name = 'PCRE'
  3. version = '8.40'
  4. homepage = 'http://www.pcre.org/'
  5. description = """The PCRE library is a set of functions that implement regular expression pattern matching using
  6. the same syntax and semantics as Perl 5."""
  7. toolchain = {'name': 'intel', 'version': '2017.02'}
  8. toolchainopts = {'pic': True}
  9. source_urls = [SOURCEFORGE_SOURCE]
  10. sources = [SOURCELOWER_TAR_GZ]
  11. configopts = "--with-pic --disable-cpp --enable-utf --enable-unicode-properties"
  12. moduleclass = 'devel'