easyconfigs-it4i/p/phonopy/phonopy-2.17.0-conda.eb
Lukas Krupcik da23472aae new file: g/GROMACS/GROMACS-2020.3-foss-2020b-PLUMED-2.7.3.eb
new file:   p/phonopy/phonopy-2.17.0-conda.eb
	modified:   q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a-ntypx=32.eb
2022-12-12 08:45:45 +01:00

28 lines
546 B
Plaintext

# IT4Innovations
# LK 2022
easyblock = "Conda"
name = 'phonopy'
version = '2.17.0'
versionsuffix = '-conda'
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
description = """This software calculates phonon-phonon interaction related properties"""
toolchain = SYSTEM
dependencies = [
('Anaconda3', '2022.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'