We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example testing Metis.jl:
Testing Running tests... Precompiling Metis... 5 dependencies successfully precompiled in 3 seconds. 27 already precompiled. Precompiling LightGraphs... 15 dependencies successfully precompiled in 13 seconds. 15 already precompiled. Precompiling MetisLightGraphs... 1 dependency successfully precompiled in 1 seconds. 51 already precompiled. Precompiling Graphs... 1 dependency successfully precompiled in 4 seconds. 29 already precompiled. Precompiling MetisGraphs... 1 dependency successfully precompiled in 1 seconds. 53 already precompiled.
These are all precompilation from using statements.
using
The text was updated successfully, but these errors were encountered:
This happens when you have the env variable JULIA_PKG_PRECOMPILE_AUTO set to false. I am not that changed since 1.10.
JULIA_PKG_PRECOMPILE_AUTO
Sorry, something went wrong.
I dont think that env var should affect this case at least
Edit: This was a separate issue, see #3889.
No branches or pull requests
For example testing Metis.jl:
These are all precompilation from
using
statements.The text was updated successfully, but these errors were encountered: