phcpack 2.4.85+dfsg-2 source package in Ubuntu

Changelog

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

  * Source-only upload for transition to testing.
  * debian/*
    - Update my email address; now a Debian Developer.
  * debian/control
    - Update Maintainer to Debian Math Team.
    - Bump Standards-Version to 4.6.0.
    - Update Vcs-* URL's (science-team -> math-team).
  * debian/patches/avoid-gcc-bug.patch
    - New patch; void internal compiler errors with GCC 11.
  * debian/patches/escape-backslash.patch
    - Escape backslash in documentation config.  Otherwise we get a
      "'unicodeescape' codec can't decode bytes" error with newer versions
      of Python.
  * debian/rules
    - Drop back to C++14 to prevent FTBFS.
  * debian/source/lintian-overrides
    - Update source-is-missing override; line length info is no longer
      included.

 -- Doug Torrance <email address hidden>  Wed, 29 Dec 2021 13:17:31 -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-2.dsc 2.3 KiB 3c0dc44c800a6052b5379ff4558bb2a6398db83939f9911746dae7645781d9d3
phcpack_2.4.85+dfsg.orig.tar.xz 12.8 MiB 061a854de8ef1376c6171083f0823cb2f55744d0660f2fe59e0c69beed6d48f2
phcpack_2.4.85+dfsg-2.debian.tar.xz 17.9 KiB 5adfb56753055864d6a00c5370fba2f99f8b42d2eb665352dc8a1bc8d6c688d9

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