easyconfigs-it4i/p/phonopy/phonopy-1.12.6.66-Py-2.7.eb
Lukáš Krupčík d357676547 new file: a/ABySS/ABySS-2.0.3-foss-2018a-Py-2.7.eb
new file:   n/numpy/numpy-1.14.2-Py-2.7-test.eb
	new file:   p/phono3py/phono3py-1.11.13.35-Py-2.7-test.eb
	new file:   p/phono3py/phono3py-1.11.13.35-Py-2.7.eb
	new file:   p/phono3py/phono3py-1.12.9.5-Py-2.7.eb
	new file:   p/phonopy/phonopy-1.12.6.66-Py-2.7.eb
	new file:   z/zsh/zsh-5.2-foss-2018b.eb
	deleted:    p/phono3py/phono3py-1.12.7.46-Py-2.7.eb
2018-03-23 07:22:13 +01:00

26 lines
541 B
Plaintext

# IT4Innovations 2018
easyblock = 'PythonPackage'
name = 'phonopy'
version = '1.12.6.66'
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': '2.7'}
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'