easyconfigs-it4i/s/SWIG/SWIG-2.0.12-intel-2015b-Python-2.7.9.eb
2017-03-09 11:57:40 +01:00

25 lines
647 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-08-24_15-07-49
name = 'SWIG'
version = '2.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': '2015b'}
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
python = "Python"
pythonversion = '2.7.9'
versionsuffix = '-%s-%s' % (python, pythonversion)
dependencies = [
(python, pythonversion),
('PCRE', '8.36'),
]
moduleclass = 'devel'