File: control

package info (click to toggle)
petsc4py 3.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,860 kB
  • sloc: python: 7,303; ansic: 1,560; f90: 322; makefile: 290; sh: 22
file content (93 lines) | stat: -rw-r--r-- 3,949 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
Source: petsc4py
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Standards-Version: 4.3.0
Build-Depends: debhelper (>= 12), dh-python,
 python-all-dev (>= 2.6), python3-all-dev (>= 3.3),
 python3-distutils,
 cython (>= 0.22), cython3 (>= 0.22),
 python-numpy (>= 1:1.4.1-4~), python3-numpy,
 libpetsc-real3.10-dev, libpetsc-complex3.10-dev,
 chrpath,
 mpi-default-dev, libhdf5-mpi-dev,
 libjs-jquery (>= 3.1.0),
 libjs-underscore (>= 1.3.1)
Homepage: https://bitbucket.org/petsc/petsc4py
Vcs-Git: https://salsa.debian.org/science-team/petsc4py.git
Vcs-Browser: https://salsa.debian.org/science-team/petsc4py

Package: python-petsc4py
Architecture: any
Depends: swig, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: python-petsc4py-docs
Conflicts: python-petsc
Replaces: python-petsc
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python 2 bindings for PETSc libraries
 PETSc is a suite of data structures and routines for the scalable (parallel)
 solution of scientific applications modeled by partial differential equations.
 It employs the MPI standard for all message-passing communication.
 .
 This package provides Python 2 bindings to almost all functions of PETSc
 with real number support.

Package: python3-petsc4py
Architecture: all
Depends: python3-petsc4py-real | python3-petsc4py-complex, ${misc:Depends}
Recommends: python-petsc4py-docs
Description: Python 3 bindings for PETSc libraries
 PETSc is a suite of data structures and routines for the scalable (parallel)
 solution of scientific applications modeled by partial differential equations.
 It employs the MPI standard for all message-passing communication.
 .
 This is a dummy package that depends on the python3 petsc4py package with
 either real or complex number support.

Package: python3-petsc4py-real
Architecture: any
Depends: swig, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Conflicts: python3-petsc4py (<< 3.10)
Recommends: python-petsc4py-docs
XB-Python-Version: ${python3:Versions}
Description: Python 3 bindings for PETSc libraries (real numbers)
 PETSc is a suite of data structures and routines for the scalable (parallel)
 solution of scientific applications modeled by partial differential equations.
 It employs the MPI standard for all message-passing communication.
 .
 This package provides Python 3 bindings to almost all functions of PETSc
 with real number support.

Package: python3-petsc4py-complex
Architecture: any
Depends: swig, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Conflicts: python3-petsc4py (<< 3.10)
Recommends: python-petsc4py-docs
XB-Python-Version: ${python3:Versions}
Description: Python 3 bindings for PETSc libraries (complex numbers)
 PETSc is a suite of data structures and routines for the scalable (parallel)
 solution of scientific applications modeled by partial differential equations.
 It employs the MPI standard for all message-passing communication.
 .
 This package provides Python 3 bindings to almost all functions of PETSc
 with complex number support.

Package: python-petsc4py-docs
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-jquery (>= 3.1.0), libjs-underscore (>= 1.3.1), ${shlibs:Depends}, ${misc:Depends}
Recommends: python-petsc4py | python3-petsc4py
Conflicts: python-petsc
Breaks: python-petsc4py (<< 3.7.0-3)
XB-Python-Version: ${python:Versions}
Description: Python bindings for PETSc libraries: documentation and examples
 PETSc is a suite of data structures and routines for the scalable (parallel)
 solution of scientific applications modeled by partial differential equations.
 It employs the MPI standard for all message-passing communication.
 .
 petsc4py provides Python bindings to almost all functions of PETSc.
 This package provides documentation and examples for petsc4py.