Files
Jan Verschelde 188820ddb9 phcpack 2.4.88 (#949)
* Add files via upload

* Update phcpack-2.4.88.toml

added dependency

* attempt to declare dependency on libstdc++-static

the file aims to declare the dependency on libstdc++static

* Update phcpack-2.4.88.toml

removed empty lines

* Rename libstdcpp-external.toml to index/li/libstdcpp/libstdcpp-external.toml

* Remove dependency on libstdc++

Keep libstdc++ external separate for the future.

---------

Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
2024-01-24 01:02:02 +01:00

16 lines
587 B
TOML

name = "phcpack"
version = "2.4.88"
description = "Polynomial Homotopy Continuation"
long-description = "PHCpack is research software to solve systems of polynomial equations with homotopy continuation."
licenses = "GPL-3.0-only"
authors = ["Jan Verschelde"]
maintainers = ["Jan <janv@uic.edu>"]
maintainers-logins = ["janverschelde"]
website = "https://github.com/janverschelde/PHCpack"
project-files = ["phclib.gpr", "main.gpr"]
executables = ["phc"]
[origin]
commit = "e448e94a57b051aea79b033c37eb490aa93d0077"
url = "git+https://github.com/janverschelde/PHCpack.git"