easyconfigs-it4i/p/phonopy/phonopy-2.1.4-Py-3.6.eb
Josef Hrabal 138fca7e3a new file: p/phonopy/phonopy-2.1.4-Py-3.6.eb
deleted:    p/phonopy/phonopy-2.1.3-Py-3.6.eb
2019-06-21 08:49:40 +02:00

32 lines
670 B
Plaintext

# IT4Innovations 2019
easyblock = 'PythonPackage'
name = 'phonopy'
version = '2.1.4'
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'