mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
24 lines
586 B
Plaintext
24 lines
586 B
Plaintext
name = 'SWIG'
|
|
version = '3.0.7'
|
|
|
|
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'
|