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

new file: p/phono3py/phono3py-1.19.1-conda.eb new file: p/phono3py/phono3py-1.19.1-intel-2020a-Py-3.7
28 lines
535 B
Plaintext
28 lines
535 B
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
easyblock = "Conda"
|
|
|
|
name = 'phono3py'
|
|
version = '1.19.1'
|
|
versionsuffix = '-conda'
|
|
|
|
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
|
|
description = """This software calculates phonon-phonon interaction related properties"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
dependencies = [
|
|
('Anaconda3', '2019.10'),
|
|
]
|
|
|
|
requirements = "%(namelower)s=%(version)s python=3.7"
|
|
channels = ['atztogo']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/phono3py', 'bin/phonopy'],
|
|
'dirs': ['bin', 'lib']
|
|
}
|
|
|
|
moduleclass = 'phys'
|