mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
27 lines
735 B
Plaintext
27 lines
735 B
Plaintext
easyblock = 'PythonPackage'
|
|
|
|
name = 'cclib'
|
|
version = '1.5'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
homepage = 'http://cclib.github.io/'
|
|
description = """cclib is a Python library that provides parsers for computational chemistry log files.
|
|
It alsoprovides a platform to implement algorithms in a package-independent manner.
|
|
"""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2016b'}
|
|
|
|
source_urls = ['https://github.com/cclib/cclib/releases/download/v%(version)s/']
|
|
sources = ['%(name)s-%(version)s.post1.tar.gz']
|
|
|
|
dependencies = [
|
|
('Python', '3.5.2'), # This contains numpy as extension needed for cclib
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages/%(name)s'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|