File: control

package info (click to toggle)
sfepy 2016.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 21,508 kB
  • ctags: 7,018
  • sloc: python: 55,113; ansic: 12,793; sh: 547; makefile: 105; php: 83
file content (70 lines) | stat: -rw-r--r-- 2,511 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: sfepy
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: python
Testsuite: autopkgtest
Priority: optional
Build-Depends: cython,
               debhelper (>= 9),
               dh-python,
               ipython,
               libadmesh-dev,
               libjs-jquery,
               libsuitesparse-dev,
               mayavi2,
               python-all,
               python-dev,
               python-matplotlib,
               python-numpy,
               python-numpydoc,
               python-pyparsing,
               python-scipy,
               python-setuptools,
               python-sparse,
               python-sphinx,
               python-sympy,
               python-tables,
               texlive-fonts-recommended,
               texlive-generic-extra,
               texlive-latex-extra,
               texlive-latex-recommended
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-sfepy.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-sfepy.git
Homepage: http://sfepy.org
X-Python-Version: >= 2.7

Package: python-sfepy
Architecture: any
Depends: ipython,
         libsuitesparse-dev,
         mayavi2,
         python-matplotlib,
         python-pyparsing,
         python-scipy,
         python-sparse,
         python-tables,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Description: Simple Finite Elements in Python
 SfePy is a software for solving systems of coupled partial differential
 equations (PDEs) by the finite element method in 1D, 2D and 3D.
 It can be viewed both as black-box PDE solver, and as a Python package
 which can be used for building custom applications. The word “simple”
 means that complex FEM problems can be coded very easily and rapidly.

Package: python-sfepy-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Recommends: python-sfepy
Description: Simple Finite Elements in Python. Docs
 SfePy is a software for solving systems of coupled partial differential
 equations (PDEs) by the finite element method in 1D, 2D and 3D.
 It can be viewed both as black-box PDE solver, and as a Python package
 which can be used for building custom applications. The word “simple”
 means that complex FEM problems can be coded very easily and rapidly.
 .
 The package contains documentation and exapmles.