mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

new file: o/OpenBabel/OpenBabel-2.4.1-ignore-failed-test.patch modified: p/ParaView/ParaView-5.4.0-intel-2017a-OSPRay-test.eb
37 lines
940 B
Plaintext
37 lines
940 B
Plaintext
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'
|