msolve 0.6.3-2 source package in Ubuntu

Changelog

msolve (0.6.3-2) unstable; urgency=medium

  * debian/copyright
    - Bump my copyright years.
  * debian/rules
    - Don't install headers or pkg-config file.

 -- Doug Torrance <email address hidden>  Thu, 04 Jan 2024 17:58:46 -0500

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

Downloads

File Size SHA-256 Checksum
msolve_0.6.3-2.dsc 2.1 KiB dc61d1b3fd6a6db722a0e2d427949263431e4c36d65a884b6ce504c885696958
msolve_0.6.3.orig.tar.gz 961.1 KiB b9d34649c4076f3ce2791e63e662f7688fcc879121481f9dd1fe6954e73ea1de
msolve_0.6.3-2.debian.tar.xz 4.3 KiB cc46cc3fb279e5d6dcf5fe64d984b4ba537acf4e25ab14b8b9906b3e9381d165

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