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

new file: h/HDF5/HDF5-1.12.1-gompi-2021b.eb new file: h/HyperQueue/HyperQueue-0.9.0.eb new file: h/hipSYCL/hipSYCL-0.9.2-filter-cuda-stubs-rpath.patch new file: h/hipSYCL/hipSYCL-0.9.2-gcccuda-2020b.eb new file: t/TB2J/TB2J-7.1.1-Python-3.8.6-GCCcore-10.2.0.eb new file: v/VASP/VASP-6.3.0-intel-2020b-mkl=sequential-march=znver3-karolina.eb new file: v/vaspkit/vaspkit-1.3.3-fix-setup-script.patch new file: v/vaspkit/vaspkit-1.3.3.eb
29 lines
727 B
Plaintext
29 lines
727 B
Plaintext
# IT4INNOVATIONS 2022
|
|
# JK
|
|
|
|
easyblock = 'PackedBinary'
|
|
|
|
name = 'vaspkit'
|
|
version = '1.3.3'
|
|
|
|
homepage = '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 = SYSTEM
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = ['%(namelower)s.%(version)s.linux.x64.tar.gz']
|
|
patches = ['vaspkit-1.3.3-fix-setup-script.patch']
|
|
|
|
extract_sources = True
|
|
|
|
dependencies = [
|
|
('matplotlib', '3.3.3', '', ('foss', '2020b')),
|
|
]
|
|
|
|
skipsteps = ['sanitycheck']
|
|
|
|
modluafooter = 'execute{cmd="bash $EBROOTVASPKIT/setup.sh", modeA={"load"}}'
|
|
|
|
moduleclass = 'tools'
|