# IT4Innovations 2021
# JK

easyblock = "Conda"

name = 'phono3py'
version = '2.0.0'
versionsuffix = '-conda'

homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
description = """This software calculates phonon-phonon interaction related properties"""

toolchain = SYSTEM

dependencies = [
    ('Anaconda3', '2021.05'),
]

requirements = "%(namelower)s"
channels = ['atztogo']

sanity_check_paths = {
    'files': ['bin/phono3py', 'bin/phonopy'],
    'dirs': ['bin', 'lib']
}

moduleclass = 'phys'