mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

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
21 lines
490 B
Plaintext
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'
|