mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00

new file: g/GDAL/GDAL-2.2.3-intel-2018b-Python-3.6.6.eb new file: g/GDAL/GDAL-2.4.0-intel-2017a-Py-2.7.eb new file: g/grace/grace-5.1.25-intel-2017c.eb new file: m/motif/motif-2.3.8.eb new file: n/netCDF/netCDF-4.6.3-intel-2017a.eb new file: r/R/Makevars modified: r/R/R-3.5.3-intel-2017a.eb new file: s/SAMtools/SAMtools-1.9-intel-2017a.eb new file: s/SWIG/SWIG-3.0.8-Py-2.7.eb new file: s/SuiteSparse/SuiteSparse-5.4.0-intel-2017c-ParMETIS-4.0.3.eb modified: t/Trilinos/Trilinos-12.12.1-intel-2017c-Py-2.7.eb new file: t/Trilinos/Trilinos-12.14.1-intel-2017c-Py-2.7.eb
21 lines
486 B
Plaintext
21 lines
486 B
Plaintext
# IT4Innovations
|
|
|
|
name = 'SWIG'
|
|
version = '3.0.8'
|
|
|
|
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': 'Py', 'version': '2.7'}
|
|
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('PCRE', '8.42', '', True),
|
|
]
|
|
|
|
moduleclass = 'devel'
|