-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New package: ReplaceLibstdcxx v0.1.0 #71668
New package: ReplaceLibstdcxx v0.1.0 #71668
Conversation
JuliaRegistrator
commented
Nov 4, 2022
- Registering package: ReplaceLibstdcxx
- Repository: https://github.com/hhaensel/ReplaceLibstdcxx.jl
- Created by: @hhaensel
- Version: v0.1.0
- Commit: db16755b719a21d761cd95f8b8a95bcc9996a0fb
- Reviewed by: @hhaensel
- Reference: hhaensel/ReplaceLibstdcxx.jl@db16755#commitcomment-88915133
- Description: Replace symlinks of Julia's libstdc++.so for programs that require a newer version, e.g. python packages
UUID: 888ffc4c-e7a9-4266-b690-ff1da87a7386 Repo: https://github.com/hhaensel/ReplaceLibstdcxx.jl.git Tree: c6640d84f6b1f3638c18a6e3f903a9e84e6459fa Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
Your Since you are registering a new package, please make sure that you have read the package naming guidelines: https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1 If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text |
Are you aware this is going to be made obsolete by JuliaLang/julia#46976? And JuliaLang/julia#45582 will alleviate the troubles in 1.9 (and will probably be also backported to 1.6 and 1.8) |
I am aware of that PR. But I think it will not help on systems that come with an older version of libstdc++. Currently I work with a micromamba docker file that does not have the latest libstdc++ installed and I was forced to symlink a newer one that I installed via micromamba. |
I understood that julia will check on startup whether the system's libstdc++ is newer, or did I misunderstand? |
@giordano I was only aware of the first of the PRs. The second one does indeed make this package obsolete. |
@giordano So please abort the merging of this package. Thanks for pointing me to your PRs. |