phcpack 2.4.85+dfsg-3 source package in Ubuntu

Changelog

phcpack (2.4.85+dfsg-3) unstable; urgency=medium

  * debian/control
    - Split build dependencies needed only for architecture dependent
      (resp., independent) packages to Build-Depends-Arch (resp.,
      Build-Depends-Indep).
    - Add dh-sequence-* build dependencies for python3 and sphinxdoc.
    - Set Multi-Arch to "foreign" for phcpack-doc.
  * debian/rules
    - Several updates to facilitate the Build-Depends-Arch/Indep split:
      + Customize dh options based on whether dh_octave/pybuild are
        present.
      + Only set build flags when gnatgcc is present.
      + Don't let dh_auto_clean fail when dh_octave isn't present.
  * debian/tests/phcpy-test.py
    - Tweak random seed; otherwise solve_rps10() fails on i386, presumably
      due to 80-bit floating point precision.

 -- Doug Torrance <email address hidden>  Sat, 01 Jan 2022 00:16:57 -0500

Upload details

Uploaded by:
Debian Math Team
Uploaded to:
Sid
Original maintainer:
Debian Math Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
phcpack_2.4.85+dfsg-3.dsc 2.3 KiB 9ef12f2650415eea872189da84ed69e5190070a0da04330e38ccdfa64e7f0773
phcpack_2.4.85+dfsg.orig.tar.xz 12.8 MiB 061a854de8ef1376c6171083f0823cb2f55744d0660f2fe59e0c69beed6d48f2
phcpack_2.4.85+dfsg-3.debian.tar.xz 18.3 KiB 1cc4d4c0708dee4ac168413621b562f2e75f9557aeb34342c7ecfda522b91d8c

Available diffs

No changes file available.

Binary packages built by this source

octave-phclab: general-purpose solver for polynomial systems (Octave)

 PHClab is a collection of scripts to call phc from within
 a MATLAB or Octave session. It provides an interface to the blackbox
 solver for finding isolated solutions. PHClab also interfaces to the
 numerical irreducible decomposition, giving access to the tools to
 represent, factor, and intersect positive dimensional solution sets.

phcpack: 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.

phcpack-dbgsym: debug symbols for phcpack
phcpack-doc: 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.

python3-phcpy: 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.

python3-phcpy-dbgsym: debug symbols for python3-phcpy