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

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
40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'OpenBabel'
|
|
version = '3.0.0'
|
|
|
|
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': 'Py', 'version': '3.7'}
|
|
toolchainopts = {'optarch': True}
|
|
|
|
source_urls = ['https://github.com/openbabel/openbabel/archive']
|
|
sources = ['openbabel-3-0-0.tar.gz']
|
|
|
|
configopts = "-DPYTHON_BINDINGS=ON -DRUN_SWIG=ON"
|
|
|
|
builddependencies = [
|
|
('CMake', '3.16.2', '', True)
|
|
]
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11', '', True),
|
|
('libxml2', '2.9.9', '', True),
|
|
('Eigen', '3.3.7', '', True),
|
|
('cairo', '1.17.2', '', True),
|
|
('SWIG', '3.0.12'),
|
|
]
|
|
|
|
#runtest = 'test'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/obabel', 'lib/python3.7/site-packages/openbabel/openbabel.py'],
|
|
'dirs': ['bin', 'include', 'lib'],
|
|
}
|
|
|
|
moduleclass = 'chem'
|