mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00

new file: d/DynaPhoPy/DynaPhoPy-1.15-intel-2017a-Python-2.7.13-base.eb new file: d/DynaPhoPy/DynaPhoPy-1.16.3-Py-3.6.eb modified: g/GLib/GLib-2.40.0.eb new file: l/lxml/lxml-4.1.1-Py-3.6.eb new file: p/phonopy/phonopy-1.12.6.66-Py-3.6.eb modified: q/Qt5/Qt5-5.8.0-GCC-6.3.0-2.27.eb new file: s/seaborn/graph-salomon.dot new file: s/seaborn/seaborn-0.8.1-Py-3.6.eb modified: x/X11/X11-20160819.eb deleted: d/DynaPhoPy/DynaPhoPy-1.15.eb
26 lines
541 B
Plaintext
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': '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'
|