msolve 0.5.0-2 source package in Ubuntu

Changelog

msolve (0.5.0-2) unstable; urgency=medium

  * debian/lintian-overrides
    - Update version number in package-name-doesnt-match-sonames override.
  * debian/rules
    - Skip tests on 32-bit architectures to prevent FTBFS.

 -- Doug Torrance <email address hidden>  Thu, 13 Jul 2023 12:34:36 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
msolve_0.5.0-2.dsc 2.1 KiB 6df6be19c35457f4800e87d3f458a012a6c4190adee52d0523dd019e9dbc2235
msolve_0.5.0.orig.tar.gz 449.5 KiB 08daa2fc7447ba7074b28a4d263ef05fad42dca5b30310971948307ee3ed38d3
msolve_0.5.0-2.debian.tar.xz 4.0 KiB 675dbc2172fe8880288b2a3f6469b03a8a238b710de70db0835dcdcfb533c2a7

Available diffs

No changes file available.

Binary packages built by this source

msolve: computer algebra algorithms for solving polynomial systems

 msolve is an open source C library implementing computer algebra
 algorithms for solving polynomial systems (with rational coefficients
 or coefficients in a prime field).
 .
 Currently, with msolve, you can basically solve multivariate
 polynomial systems. This encompasses:
 .
  * the computation of Groebner bases
  * real root isolation of the solutions to polynomial systems
  * the computation of the dimension and the degree of the solution set
  * and many other things you can do using msolve.
 .
 This package contains the command line interface and documentation.

msolve-dbgsym: debug symbols for msolve