easyconfigs-it4i/p/phono3py/phono3py-2.0.0-conda.eb
easybuild 1b1779e76c new file: a/AOCC/AOCC-2.2.0-GCCcore-10.2.0.eb
new file:   a/Amber/Amber-20-foss-2020b.eb
	new file:   a/Amber/Amber-20.11-foss-2020b-AmberTools-21.3.eb
	new file:   l/LAMMPS/LAMMPS-20201029-intel-2020a.eb
	modified:   o/ORCA/ORCA-5.0.1-OpenMPI-4.1.1.eb
	new file:   p/phono3py/phono3py-2.0.0-conda.eb
	new file:   p/phonopy/phonopy-2.11.0-conda.eb
	deleted:    a/AOCC/AOCC-2.1.0-GCCcore-10.2.0.eb
	deleted:    p/phonopy/phonopy-2.11.0-intel-2020a-Python-3.8.2.eb
2021-09-29 16:10:36 +02:00

28 lines
511 B
Plaintext

# 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'