mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: f/FFTW/FFTW-3.3.7-GCC-6.3.0-2.27.eb new file: o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27-uv.eb new file: o/OpenMPI/OpenMPI-2.1.1-GCC-6.3.0-2.27-uv.eb new file: o/OpenMPI/OpenMPI-3.0.0-GCC-6.3.0-2.27-uv.eb new file: p/pyFFTW/pyFFTW-0.10.4-Py-3.6.eb
30 lines
740 B
Plaintext
30 lines
740 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'
|