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

new file: d/DL_MG/DL_MG-3.0.0-intel-2021b-disable-openmp.patch new file: d/DL_MG/DL_MG-3.0.0-intel-2021b.eb new file: i/iimpi/iimpi-2021b-VASP-SCPC.eb new file: p/PSPFFT/PSPFFT-1.0-intel-2021b.eb new file: p/PSPFFT/pspfft-1.0-intel-2021b-makefile-setup.patch new file: p/phonopy/phonopy-2.15.1-conda.eb new file: v/VASP/VASP-6.3.2-intel-2021b-SCPC.eb deleted: p/phonopy/phonopy-2.15.0-conda.eb
28 lines
546 B
Plaintext
28 lines
546 B
Plaintext
# IT4Innovations 2021
|
|
# JK
|
|
|
|
easyblock = "Conda"
|
|
|
|
name = 'phonopy'
|
|
version = '2.15.1'
|
|
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'
|