Skip to content

Commit

Permalink
Remove dependency on libstdc++
Browse files Browse the repository at this point in the history
Keep libstdc++ external separate for the future.
  • Loading branch information
mosteo committed Jan 23, 2024
1 parent bff3f0a commit bd12781
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions future/README.md
Original file line number Diff line number Diff line change
@@ -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`
3 changes: 1 addition & 2 deletions index/ph/phcpack/phcpack-2.4.88.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ 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"
[[depends-on]]
libstdcpp = "^2.4.88"

0 comments on commit bd12781

Please sign in to comment.