SWIG-3.0.12-intel-2018.eb 459 B

12345678910111213141516171819
  1. name = 'SWIG'
  2. version = '3.0.12'
  3. homepage = 'http://www.swig.org/'
  4. description = """SWIG is a software development tool that connects programs written in C and C++ with
  5. a variety of high-level programming languages."""
  6. toolchain = {'name': 'intel', 'version': '2018'}
  7. toolchainopts = {'pic': True}
  8. source_urls = [SOURCEFORGE_SOURCE]
  9. sources = [SOURCELOWER_TAR_GZ]
  10. dependencies = [
  11. ('Python', '2.7.13'),
  12. ('PCRE', '8.40'),
  13. ]
  14. moduleclass = 'devel'