easyconfigs-it4i/p/phono3py/phono3py-2.7.0-conda.eb
Lukas Krupcik 2d321a93a5 new file: p/phono3py/phono3py-2.7.0-conda.eb
modified:   p/phonopy/phonopy-2.20.0-conda.eb
2023-09-25 09:24:37 +02:00

28 lines
513 B
Plaintext

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