easyconfigs-it4i/ARCHIVE/o/OpenBabel/OpenBabel-2.4.1-Python-2.7.13.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

36 lines
798 B
Plaintext

# IT4Innovation 2017
name = 'OpenBabel'
version = '2.4.1'
versionsuffix = '-Python-%(local_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'