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

new file: d/dotNET-Core-SDK/dotNET-Core-SDK-2.2.101.eb new file: e/ELPA/ELPA-2016.11.001.pre-intel-2017a.eb new file: e/ELPA/ELPA-2017.11.001-intel-2017a.eb new file: h/HDF5/HDF5-1.10.2-intel-2017a.eb new file: l/libxc/libxc-4.2.3-intel-2017a.eb new file: p/phonopy/phonopy-1.14.2-Py-3.6.eb modified: q/QuantumESPRESSO/QuantumESPRESSO-6.3-intel-2017a.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3-intel-2017a.eb.old modified: q/QuantumESPRESSO/QuantumESPRESSO-6.3_drop_LIBS_before_configure_of_fox.patch new file: q/QuantumESPRESSO/QuantumESPRESSO-6.3_drop_LIBS_before_configure_of_fox.patch.old new file: v/VASP/VASP-5.4.4-intel-2017c-mkl=cluster-LONGCHAR.eb
26 lines
538 B
Plaintext
26 lines
538 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'phonopy'
|
|
version = '1.14.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': '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'
|