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
|
Source: phcpack
Section: math
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-sphinxdoc <!nodoc>,
dvipng <!nodoc>,
python3-sphinx ,
texlive-latex-base <!nodoc>,
texlive-latex-extra <!nodoc>
Build-Depends-Arch: dh-sequence-python3 <!nopython>,
dh-ada-library (>= 8.2),
gnat (>= 11~),
gprbuild,
jdupes <!nopython !nodoc>,
python3-all-dev <!nopython>,
python3-tk <!nopython>
Build-Depends-Indep: dh-octave (>= 1.2.0~), dh-sequence-octave
Standards-Version: 4.6.2
Homepage: https://homepages.math.uic.edu/~jan/PHCpack/phcpack.html
Vcs-Browser: https://salsa.debian.org/math-team/phcpack
Vcs-Git: https://salsa.debian.org/math-team/phcpack.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: phcpack
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: phcpack-doc (= ${source:Version})
Suggests: macaulay2, octave-phclab (= ${source:Version})
Description: general-purpose solver for polynomial systems (command line)
PHCpack is a software package to solve polynomial systems by homotopy
continuation methods.
.
A polynomial system is given as a sequence of polynomials in several
variables. Homotopy continuation methods operate in two stages. In
the first stage, a family of polynomial systems (the so-called
homotopy) is constructed. This homotopy contains a polynomial system
with known solutions. In the second stage, numerical continuation
methods are applied to track the solution paths defined by the
homotopy, starting at the known solutions and leading to the solutions
of the given polynomial system.
.
This package contains the command line interface to PHCpack.
Package: phcpack-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Build-Profiles: <!nodoc>
Description: general-purpose solver for polynomial systems (documentation)
PHCpack is a software package to solve polynomial systems by homotopy
continuation methods.
.
A polynomial system is given as a sequence of polynomials in several
variables. Homotopy continuation methods operate in two stages. In
the first stage, a family of polynomial systems (the so-called
homotopy) is constructed. This homotopy contains a polynomial system
with known solutions. In the second stage, numerical continuation
methods are applied to track the solution paths defined by the
homotopy, starting at the known solutions and leading to the solutions
of the given polynomial system.
.
This package contains demo files and documentation.
Package: python3-phcpy
Section: python
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Build-Profiles: <!nopython>
Description: general-purpose solver for polynomial systems (Python)
PHCpack is a software package to solve polynomial systems by homotopy
continuation methods.
.
A polynomial system is given as a sequence of polynomials in several
variables. Homotopy continuation methods operate in two stages. In
the first stage, a family of polynomial systems (the so-called
homotopy) is constructed. This homotopy contains a polynomial system
with known solutions. In the second stage, numerical continuation
methods are applied to track the solution paths defined by the
homotopy, starting at the known solutions and leading to the solutions
of the given polynomial system.
.
This package contains PHCpy, the Python interface to PHCpack.
Package: octave-phclab
Architecture: all
Depends: phcpack (>= ${source:Version}), ${misc:Depends}, ${octave:Depends}
Description: general-purpose solver for polynomial systems (Octave)
${octave:Upstream-Description}
|