# IT4Innovations 2020 easyblock = "Conda" name = 'phonopy' version = '2.4.2' versionsuffix = '-conda' homepage = 'http://phonopy.sourceforge.net/phono3py/index.html' description = """This software calculates phonon-phonon interaction related properties""" toolchain = SYSTEM dependencies = [ ('Anaconda3', '2019.10'), ] requirements = "%(namelower)s=%(version)s python=3.7" channels = ['atztogo'] sanity_check_paths = { 'files': [], 'dirs': ['bin', 'lib'] } moduleclass = 'phys'