-
-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #31664: Add package msolve 0.4.4 (multivariate polynomial system…
… solver) https://msolve.lip6.fr/index.html Upstream issues/PRs: - algebraic-solving/msolve#2 - algebraic-solving/msolve#3 URL: https://trac.sagemath.org/31664 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Marc Mezzarobba
- Loading branch information
Showing
8 changed files
with
46 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
msolve: Multivariate polynomial system solver | ||
============================================= | ||
|
||
Description | ||
----------- | ||
|
||
Open source C library implementing computer algebra algorithms for solving | ||
polynomial systems (with rational coefficients or coefficients in a prime field). | ||
|
||
License | ||
------- | ||
|
||
GPL v2+ | ||
|
||
Upstream Contact | ||
---------------- | ||
|
||
https://github.com/algebraic-solving/msolve | ||
|
||
Upstream does not make source tarballs. | ||
We make tarballs from the fork https://github.com/mkoeppe/msolve (branch 0.4.4+sage) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
tarball=msolve-VERSION.tar.gz | ||
sha1=5b227de8b222bfe8d143e1d7ea77ad71cd209dc8 | ||
md5=2f34bd9ccb089688ae169201281108dc | ||
cksum=941373315 | ||
upstream_url=https://trac.sagemath.org/raw-attachment/ticket/31664/msolve-VERSION.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
$(MP_LIBRARY) flint mpfr | ||
|
||
---------- | ||
All lines of this file are ignored except the first. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.4.4+sage-2022-09-11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
cd src | ||
sdh_configure | ||
sdh_make | ||
sdh_make_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters