12345678910111213141516171819 |
- name = 'SWIG'
- version = '3.0.12'
- homepage = 'http://www.swig.org/'
- description = """SWIG is a software development tool that connects programs written in C and C++ with
- a variety of high-level programming languages."""
- toolchain = {'name': 'intel', 'version': '2017.02'}
- toolchainopts = {'pic': True}
- source_urls = [SOURCEFORGE_SOURCE]
- sources = [SOURCELOWER_TAR_GZ]
- dependencies = [
- ('Python', '2.7.13'),
- ('PCRE', '8.40'),
- ]
- moduleclass = 'devel'
|