File: control

package info (click to toggle)
p4vasp 0.3.29%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,260 kB
  • ctags: 6,736
  • sloc: python: 34,304; cpp: 13,882; ansic: 2,076; makefile: 379; sql: 207; xml: 102; sh: 11
file content (38 lines) | stat: -rw-r--r-- 1,440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: p4vasp
Section: science
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Graham Inggs <ginggs@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               libfltk1.3-dev | libfltk-dev,
               libglu1-mesa-dev,
               python-dev (>= 2.6.6-3~),
               swig
Standards-Version: 3.9.6
Homepage: http://p4vasp.at/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debichem/packages/p4vasp.git
Vcs-Git: git://anonscm.debian.org/debichem/packages/p4vasp.git

Package: p4vasp
Architecture: any
Depends: libgnomeui-0,
         python-glade2,
         python-gobject,
         python-numpy,
         python-opengl,
         python-pysqlite2,
         python-tk,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Suggests: grace, povray, xfig
Description: visualization suite for the Vienna Ab-initio Simulation Package (VASP)
 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.
 .
 It provides a Python library, that greatly simplifies the process of
 manipulation of the VASP input and output data in Python scripts. P4vasp
 utilizes also many handy routines and objects e.g. for creating 2D graphs,
 data storage (xml,DOM) or simple matrix library.