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

new file: a/AtsPy/AtsPy-0.2.8-Python-3.6.9-GCC-8.3.0-2.32.eb new file: p/Python/Python-3.6.9-GCC-8.3.0-2.32.eb new file: v/Vampir/Vampir-9.6.1.eb new file: v/Vampir/Vampir-9.9.0.eb
30 lines
697 B
Plaintext
30 lines
697 B
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'AtsPy'
|
|
version = '0.2.8'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
homepage = 'http://atztogo.github.io/phonopy/'
|
|
description = """Phonopy is an open source package of phonon calculations based on the supercell approach."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '8.3.0-2.32'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = ['atspy-%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('Python', '3.6.9'),
|
|
]
|
|
|
|
use_pip = True
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/python3.6/site-packages/atspy/ssa.py', 'lib/python3.6/site-packages/atspy/pyaf.py', 'lib/python3.6/site-packages/atspy/nbeats.py'],
|
|
'dirs': ['lib', 'lib64'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|