easyconfigs-it4i/d/DynaPhoPy/DynaPhoPy-1.16.3-Py-3.6.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

28 lines
736 B
Plaintext

# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'DynaPhoPy'
version = '1.16.3'
homepage = 'https://pypi.python.org/pypi/dynaphopy'
description = 'oftware to calculate crystal microscopic anharmonic properties from molecular dynamics (MD) using the normal-mode-decomposition technique.'
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = [PYPI_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('phonopy', '1.12.6.66'),
('matplotlib', '2.1.1'),
('scipy', '1.0.0'),
('h5py', '2.7.1'),
('PyYAML', '3.12'),
('pyFFTW', '0.10.4'),
]
sanity_check_paths = {'files': [], 'dirs': [
'lib/python3.6/site-packages/%(namelower)s-%(version)s-py3.6-linux-x86_64.egg'], }
moduleclass = 'python'