# IT4Innovations # LK 2023 name = 'SWIG' version = '4.0.2' 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': 'GCCcore', 'version': '12.2.0'} toolchainopts = {'pic': True} source_urls = [SOURCEFORGE_SOURCE] sources = [SOURCELOWER_TAR_GZ] checksums = ['d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc'] builddependencies = [('binutils', '2.39')] dependencies = [ ('zlib', '1.2.12'), ('PCRE', '8.45'), ] configopts = '--without-alllang --with-boost=no' moduleclass = 'devel'