From 188820ddb9923dcd603611aee6186f65d2b444e1 Mon Sep 17 00:00:00 2001 From: Jan Verschelde Date: Tue, 23 Jan 2024 18:02:02 -0600 Subject: [PATCH] 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 --- future/1.2.2/libstdcpp/libstdcpp-external.toml | 8 ++++++++ future/README.md | 9 +++++++++ index/ph/phcpack/phcpack-2.4.88.toml | 15 +++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 future/1.2.2/libstdcpp/libstdcpp-external.toml create mode 100644 future/README.md create mode 100644 index/ph/phcpack/phcpack-2.4.88.toml diff --git a/future/1.2.2/libstdcpp/libstdcpp-external.toml b/future/1.2.2/libstdcpp/libstdcpp-external.toml new file mode 100644 index 000000000..b2510b2b4 --- /dev/null +++ b/future/1.2.2/libstdcpp/libstdcpp-external.toml @@ -0,0 +1,8 @@ +name = "libstdcpp" +description = "libraries for statically linking with c++ - development files" +maintainers = ["Jan "] +maintainers-logins = ["janverschelde"] +[[external]] +kind = "system" + [external.origin."case(distribution)"] + "fedora" = ["libstdc++-static"] diff --git a/future/README.md b/future/README.md new file mode 100644 index 000000000..8f4052f10 --- /dev/null +++ b/future/README.md @@ -0,0 +1,9 @@ +Crates that require some future feature or bugfix. + +The versions under this folder are future index versions. + +## Future crates + +- `libstdcpp`: requires a bugfix in alr 2.0 for package names in rpm-based + distros that contain characters that have special meanings in regexes (like +the '+' in `libstdc++-static` diff --git a/index/ph/phcpack/phcpack-2.4.88.toml b/index/ph/phcpack/phcpack-2.4.88.toml new file mode 100644 index 000000000..bb370408f --- /dev/null +++ b/index/ph/phcpack/phcpack-2.4.88.toml @@ -0,0 +1,15 @@ +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 "] +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"