mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
24 lines
574 B
Plaintext
24 lines
574 B
Plaintext
name = 'p4vasp'
|
|
version = '0.3.29'
|
|
|
|
homepage = 'http://www.p4vasp.at'
|
|
description = """p4vasp is a visualization suite for the Vienna Ab-initio Simulation Package
|
|
(VASP). It contains an extensible GUI framework, that can be used to view
|
|
material structure, density of states, band-structure and more.
|
|
"""
|
|
|
|
toolchain = {'name': '', 'version': ''}
|
|
|
|
source_urls = [
|
|
'http://www.p4vasp.at/index.php/downloads/viewdownload/2-source-code'
|
|
]
|
|
sources = [SOURCELOWER_TGZ]
|
|
|
|
dependency = [
|
|
('Python', '2.7.13'),
|
|
]
|
|
|
|
skipsteps = ['install', 'sanitycheck']
|
|
|
|
moduleclass = 'vis'
|