easyconfigs-it4i/s/SWIG/SWIG-2.0.12-Python-3.6.1.eb
Lukáš Krupčík d1c3c8dfd4 modified: b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb
new file:   c/CNTK/CNTK-2.0-foss-2017a-Python-3.6.1.eb
	new file:   c/CNTK/abs.patch
	new file:   c/CNTK/glibc.patch
	new file:   s/SWIG/SWIG-2.0.12-Python-3.6.1.eb
	new file:   s/Spack/Spack-0.10.0.eb
	deleted:    c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb
2017-07-07 13:36:29 +02:00

21 lines
490 B
Plaintext

name = 'SWIG'
version = '3.0.12'
versionsuffix = '-Python-%(pyver)s'
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': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('Python', '3.6.1'),
('PCRE', '8.40'),
]
moduleclass = 'devel'