mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
28 lines
747 B
Plaintext
28 lines
747 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 local_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'
|