mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00
Merge branch 'it4i-barbora'
This commit is contained in:
commit
9d96bbba34
27
p/phono3py/phono3py-2.4.1-conda.eb
Normal file
27
p/phono3py/phono3py-2.4.1-conda.eb
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# IT4Innovations 2022
|
||||||
|
# JK
|
||||||
|
|
||||||
|
easyblock = "Conda"
|
||||||
|
|
||||||
|
name = 'phono3py'
|
||||||
|
version = '2.4.1'
|
||||||
|
versionsuffix = '-conda'
|
||||||
|
|
||||||
|
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
|
||||||
|
description = """This software calculates phonon-phonon interaction related properties"""
|
||||||
|
|
||||||
|
toolchain = SYSTEM
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('Anaconda3', '2022.05'),
|
||||||
|
]
|
||||||
|
|
||||||
|
requirements = "%(namelower)s"
|
||||||
|
channels = ['atztogo']
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': ['bin/phono3py', 'bin/phonopy'],
|
||||||
|
'dirs': ['bin', 'lib']
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'phys'
|
27
p/phonopy/phonopy-2.16.3-conda.eb
Normal file
27
p/phonopy/phonopy-2.16.3-conda.eb
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# IT4Innovations 2022
|
||||||
|
# JK
|
||||||
|
|
||||||
|
easyblock = "Conda"
|
||||||
|
|
||||||
|
name = 'phonopy'
|
||||||
|
version = '2.16.3'
|
||||||
|
versionsuffix = '-conda'
|
||||||
|
|
||||||
|
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
|
||||||
|
description = """This software calculates phonon-phonon interaction related properties"""
|
||||||
|
|
||||||
|
toolchain = SYSTEM
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('Anaconda3', '2022.05'),
|
||||||
|
]
|
||||||
|
|
||||||
|
requirements = "%(namelower)s numpy scipy h5py pyyaml matplotlib-base spglib"
|
||||||
|
channels = ['conda-forge']
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': ['bin/phonopy'],
|
||||||
|
'dirs': ['bin', 'lib']
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'phys'
|
Loading…
x
Reference in New Issue
Block a user