mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
31 lines
874 B
Plaintext
31 lines
874 B
Plaintext
# IT4Innovations 2022
|
|
# JK
|
|
|
|
easyblock = 'Tarball'
|
|
|
|
name = 'vaspkit'
|
|
version = '1.3.5'
|
|
|
|
homepage = 'https://vaspkit.com/'
|
|
docurls = 'https://vaspkit.com/'
|
|
description = """VASPKIT aims at providing a powerful and user-friendly interface to perform high
|
|
throughput analysis of various material properties from the raw calculated data using the widely-used
|
|
VASP code."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2022a'}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = ['%(namelower)s.%(version)s.linux.x64.tar.gz']
|
|
patches = ['vaspkit-1.3.5-fix-install.patch']
|
|
|
|
dependencies = [('matplotlib', '3.5.2')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/vaspkit", "how_to_set_environment_variables"],
|
|
'dirs': ["bin", "utilities", "examples"],
|
|
}
|
|
|
|
modloadmsg = "Vaspkit configuration template is available at $EBROOTVASPKIT/how_to_set_environment_variables."
|
|
|
|
moduleclass = 'tools'
|