easyconfigs-it4i/o/OpenBabel/OpenBabel-2.4.1-Python-2.7.13.eb
2019-11-06 13:27:39 +01:00

36 lines
792 B
Plaintext

# IT4Innovation 2017
name = 'OpenBabel'
version = '2.4.1'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://openbabel.org'
description = """Open Babel is a chemical toolbox designed to speak the many
languages of chemical data. It's an open, collaborative project allowing anyone
to search, convert, analyze, or store data from molecular modeling, chemistry,
solid-state materials, biochemistry, or related areas."""
toolchain = SYSTEM
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
patches = [
'OpenBabel-%(version)s-ignore-failed-test.patch',
]
builddependencies = [
('CMake', '3.9.0'),
]
dependencies = [
('Python', '2.7.13'),
('zlib', '1.2.11'),
('libxml2', '2.9.4'),
('Eigen', '3.3.3'),
]
runtest = 'test'
moduleclass = 'chem'