mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

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
28 lines
495 B
Plaintext
28 lines
495 B
Plaintext
# IT4Innovations 2021
|
|
# JK
|
|
|
|
easyblock = "Conda"
|
|
|
|
name = 'phonopy'
|
|
version = '2.11.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/phonopy'],
|
|
'dirs': ['bin', 'lib']
|
|
}
|
|
|
|
moduleclass = 'phys'
|