# IT4Innovations 2019

easyblock = 'PythonPackage'

name = 'phonopy'
version = '2.1.4'

homepage = 'https://atztogo.github.io/phonopy'
description = """Phonopy is an open source package of phonon calculations based on the supercell approach."""

toolchain = {'name': 'Py', 'version': '3.6'}

source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]

dependencies = [
    ('matplotlib', '3.1.0'),
    ('lxml', '4.3.0'),
    ('PyYAML', '3.13'),
    ('numpy', '1.16.3'),
    ('h5py', '2.9.0'),
    ('scipy', '1.3.0')
]

sanity_check_paths = {
    'files': [],
    'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6-linux-x86_64.egg'],
}


moduleclass = 'python'