mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
23 lines
545 B
Plaintext
23 lines
545 B
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'SWIG'
|
|
version = '3.0.12'
|
|
versionsuffix = '-Py-2.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': 'GCC', 'version': '6.3.0-2.27'}
|
|
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('Py', '2.7', '', True),
|
|
('PCRE', '8.42'),
|
|
]
|
|
|
|
moduleclass = 'devel'
|