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

new file: p/phono3py/phono3py-1.13.3-Py-3.6.eb new file: p/phonopy/phonopy-1.13.2-Py-3.6.eb new file: p/phonopy/phonopy-1.13.2.66-Py-2.7.eb Former-commit-id: c8ca673dad4b43362bb1d09be5d169ffc2710486
26 lines
538 B
Plaintext
26 lines
538 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'phonopy'
|
|
version = '1.13.2'
|
|
|
|
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'
|