mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
new file: p/phonopy/phonopy-1.9.1-conda.eb
This commit is contained in:
parent
a54eb74f25
commit
bec1bb4209
27
p/phonopy/phonopy-1.9.1-conda.eb
Normal file
27
p/phonopy/phonopy-1.9.1-conda.eb
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# IT4Innovations
|
||||||
|
# LK 2023
|
||||||
|
|
||||||
|
easyblock = "Conda"
|
||||||
|
|
||||||
|
name = 'phonopy'
|
||||||
|
version = '1.9.1'
|
||||||
|
versionsuffix = '-conda'
|
||||||
|
|
||||||
|
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
|
||||||
|
description = """This software calculates phonon-phonon interaction related properties"""
|
||||||
|
|
||||||
|
toolchain = SYSTEM
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('Anaconda3', '2023.07-2'),
|
||||||
|
]
|
||||||
|
|
||||||
|
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