mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: m/MPI_NET/MPI_NET-1.3.0-intel-2020b.eb new file: m/Mono/Mono-6.12.0.122.eb new file: m/mpi4py/mpi4py-3.1.1-gompi-2020b-Python-3.8.6.eb new file: m/mpi4py/mpi4py-3.1.1-intel-2020b-Python-3.8.6.eb new file: p/phono3py/phono3py-2.0.0-intel-2020a-Python-3.8.2.eb new file: p/phonopy/phonopy-2.11.0-intel-2020a-Python-3.8.2.eb deleted: p/pkgconfig/pkgconfig-1.5.1-GCCcore-10.2.0-python.eb
29 lines
644 B
Plaintext
29 lines
644 B
Plaintext
# IT4Innovations 2021
|
|
# JK
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'phono3py'
|
|
version = '2.0.0'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
homepage = 'https://atztogo.github.io/phono3py/'
|
|
description = "phono3py calculates phonon-phonon interaction and related properties using the supercell approach."
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020a'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('Python', '3.8.2'),
|
|
('phonopy', '2.11.0', versionsuffix),
|
|
('ScaLAPACK', '2.1.0', '-gompi-2020a', True),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/phono3py'],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages'],
|
|
}
|
|
|
|
moduleclass = 'chem'
|