File: control

package info (click to toggle)
pysph 1.0~b2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,100 kB
  • sloc: python: 58,494; makefile: 212; cpp: 206; sh: 165
file content (99 lines) | stat: -rw-r--r-- 3,137 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Source: pysph
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: science
Priority: optional
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-python,
               dh-sequence-numpy3,
               dh-sequence-python3,
               dh-sequence-sphinxdoc,
               libjs-mathjax <!nodoc>,
               libtrilinos-zoltan-dev,
               mayavi2,
               mpi-default-dev,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-beaker,
               python3-compyle,
               python3-cyarray,
               python3-h5py,
               python3-mako,
               python3-mpi4py,
               python3-numpy,
               python3-pyopencl,
               python3-pyside2.qtwidgets,
               python3-pytest <!nocheck>,
               python3-pytest-runner <!nocheck>,
               python3-pytools,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-stl,
               python3-traits,
               python3-pyzoltan
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/pysph
Vcs-Git: https://salsa.debian.org/science-team/pysph.git
Homepage: https://github.com/pypr/pysph
Description: Open-source framework for Smoothed Particle Hydrodynamics
 It is implemented in Python and the performance critical parts are
 implemented in Cython.
 .
 PySPH is implemented in a way that allows a user to specify the entire
 SPH simulation in pure Python. High-performance code is generated from
 this high-level Python code, compiled on the fly and executed. PySPH also
 features optional automatic parallelization using mpi4py and Zoltan.

Package: python3-pysph
Architecture: any
Section: python
Depends: build-essential,
         python3,
         python3-all-dev,
         python3-beaker,
         python3-compyle,
         python3-cyarray,
         python3-mako,
         python3-pytools,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Recommends: cython3,
            pysph-viewer,
            python3-mpi4py,
            python3-pyopencl,
            python3-pyzoltan,
            python3-stl
Suggests: pysph-doc
Description: ${source:Synopsis}
 ${source:Extended-Description}

Package: pysph-viewer
Architecture: all
Depends: python3-pysph,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Recommends: mayavi2,
            python3-h5py,
            python3-pyside2.qtwidgets
Suggests: pysph-doc
Description: ${source:Synopsis} (viewer)
 ${source:Extended-Description}
 .
 The package contains viewer for PySPH.

Package: pysph-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-mathjax,
         ${sphinxdoc:Depends},
         ${misc:Depends}
Recommends: python3-pysph
Description: ${source:Synopsis} (documentation)
 ${source:Extended-Description}
 .
 The package contains documentation and examples for PySPH.