mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: o/OpenBabel/OpenBabel-2.4.1-GCCcore-6.3.0-Python-3.7.3.eb new file: o/OpenBabel/OpenBabel-2.4.9-GCCcore-6.3.0-Python-3.7.3.eb new file: s/SWIG/SWIG-3.0.12-GCCcore-6.3.0-Python-3.7.3.eb new file: s/Schrodinger/Schrodinger_2019-2_Linux-x86_64.eb
23 lines
550 B
Plaintext
23 lines
550 B
Plaintext
# IT4Innovations
|
|
|
|
name = 'SWIG'
|
|
version = '3.0.12'
|
|
versionsuffix= '-Python-3.7.3'
|
|
|
|
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': '6.3.0'}
|
|
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('PCRE', '8.42', '', True),
|
|
('Python', '3.7.3'),
|
|
]
|
|
|
|
moduleclass = 'devel'
|