Skip to content
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

Remove the use of Base.libm_name #107

Open
ViralBShah opened this issue Jul 14, 2022 · 0 comments
Open

Remove the use of Base.libm_name #107

ViralBShah opened this issue Jul 14, 2022 · 0 comments

Comments

@ViralBShah
Copy link

We'll be removing Base.libm_name in Julia 1.9, and eventually remove OpenLibm from base.

JuliaLang/julia#42299

To continue using OpenLibm, simply use OpenLibm_jll explicitly in your Project.toml, and this recipe should allow you to keep using libm_name as before:

using OpenLibm_jll
libm_name = OpenLibm_jll.libopenlibm

If you are using libm_name mainly for informational purposes, it can be deleted, since Julia uses its native implementation for most libm functions, and will default to system libm when necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant