easyconfigs-it4i/p/phonopy/phonopy-2.1.3-Py-3.6.eb
Easy Build e05ba9eaed modified: h/h5py/h5py-2.9.0-Py-3.6.eb
new file:   m/matplotlib/matplotlib-3.1.0-Py-3.6.eb
	modified:   p/phonopy/phonopy-2.1.3-Py-3.6.eb
2019-06-19 09:02:39 +02:00

32 lines
670 B
Plaintext

# IT4Innovations 2019
easyblock = 'PythonPackage'
name = 'phonopy'
version = '2.1.3'
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', '3.1.0'),
('lxml', '4.3.0'),
('PyYAML', '3.13'),
('numpy', '1.16.3'),
('h5py', '2.9.0'),
('scipy', '1.3.0')
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6-linux-x86_64.egg'],
}
moduleclass = 'python'