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 = {'name': 'dummy', 'version': ''} #toolchainopts = {'strict': True} source_urls = [SOURCEFORGE_SOURCE] sources = [SOURCELOWER_TAR_GZ] patches = [ # 'OpenBabel-%(version)s-fix-link-path-tests.patch', 'OpenBabel-%(version)s-ignore-failed-test.patch', # 'OpenBabel-%(version)s-ignore-rotor-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'