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 39 40 41
|
Source: astk
Section: science
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Christophe Trophime <christophe.trophime@lncmi.cnrs.fr>, "Adam C. Powell, IV" <hazelsct@debian.org>, Andrea Palazzi <palazziandrea@yahoo.it>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), po-debconf
X-Python-Version: all
Homepage: http://www.code-aster.org/
Vcs-Git: git://git.debian.org/git/debian-science/packages/astk
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/astk.git
Package: code-aster-gui
Architecture: all
Depends: tk, tcl, tkpng, debconf (>= 1.5.30), ${misc:Depends}
Recommends: code-aster-run
Replaces: astk, astk-server
Conflicts: astk, astk-server
Suggests: eficas, gmsh, grace, nedit, ddd
Description: Graphical user interface for Code_Aster - client
Code_Aster is the finite element PDE solver used by the French
nuclear industry. code-aster-gui provides a Tcl front end to its Python build
and control systems.
.
This package contains the code-aster-gui client, which needs to connect to a
locally or remotely installed server (in the package "code-aster-run").
Package: code-aster-run
Architecture: all
Depends: ${python:Depends}, python-numpy, debconf (>= 1.5.30),
${misc:Depends}, code-aster-gui
Replaces: astk, astk-server
Conflicts: astk, astk-server
Suggests: emacs, gdb, ddd
Description: Graphical user interface for Code_Aster - server
Code_Aster is the finite element PDE solver used by the French
nuclear industry. code-aster-run provides a Tcl front end to its Python build
and control systems.
.
This package contains the code-aster-run server, which runs Aster code.
|