easyconfigs-it4i/p/phonopy/phonopy-1.13.2-Py-3.6.eb
Lukáš Krupčík a9d7708d99 new file: p/phono3py/phono3py-1.13.3-Py-2.7.eb
new file:   p/phono3py/phono3py-1.13.3-Py-3.6.eb
	new file:   p/phonopy/phonopy-1.13.2-Py-3.6.eb
	new file:   p/phonopy/phonopy-1.13.2.66-Py-2.7.eb


Former-commit-id: c8ca673dad4b43362bb1d09be5d169ffc2710486
2018-08-20 12:56:20 +02:00

26 lines
538 B
Plaintext

# IT4Innovations 2018
easyblock = 'PythonPackage'
name = 'phonopy'
version = '1.13.2'
homepage = 'https://atztogo.github.io/phonopy'
description = """Phonopy is an open source package of phonon calculations based on the supercell approach."""
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('matplotlib', '2.1.1'),
('lxml', '4.1.1'),
('PyYAML', '3.12'),
('numpy', '1.13.3'),
('h5py', '2.7.1'),
('scipy', '1.0.0')
]
moduleclass = 'python'