new file: p/phonopy/phonopy-2.15.0-conda.eb

This commit is contained in:
Jakub Kropacek 2022-08-08 12:29:19 +02:00 committed by easybuild
parent b448acc39c
commit dcf8dd5385

View File

@ -0,0 +1,27 @@
# IT4Innovations 2021
# JK
easyblock = "Conda"
name = 'phonopy'
version = '2.15.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 numpy scipy h5py pyyaml matplotlib-base spglib"
channels = ['conda-forge']
sanity_check_paths = {
'files': ['bin/phonopy'],
'dirs': ['bin', 'lib']
}
moduleclass = 'phys'