easyconfigs-it4i/v/vaspkit/vaspkit-1.3.5-foss-2022a.eb
Jakub Kropacek f146dbdb02 new file: g/gh/gh-2.14.7.eb
modified:   i/IMOD/IMOD-4.11.1-fosscuda-2020b.eb
	new file:   v/vaspkit/vaspkit-1.3.5-foss-2022a.eb
2022-08-30 10:47:12 +02:00

31 lines
885 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.3-foss-2020b-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'