easyconfigs-it4i/p/phonopy/phonopy-2.15.1-conda.eb
Jakub Kropacek 8dcb965f9c new file: d/DL_MG/DL_MG-2.1.4-intel-2021b.eb
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
2022-08-15 14:53:44 +02:00

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'