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

Use LazyArtifacts instead of Pkg #570

Closed
maleadt opened this issue Nov 24, 2020 · 2 comments · Fixed by #574
Closed

Use LazyArtifacts instead of Pkg #570

maleadt opened this issue Nov 24, 2020 · 2 comments · Fixed by #574

Comments

@maleadt
Copy link
Member

maleadt commented Nov 24, 2020

Warning: using Pkg instead of using LazyArtifacts is deprecated

JuliaLang/julia#37844

@dangirsh
Copy link

dangirsh commented Dec 1, 2020

FYI, this breaks the ability to use master on Julia 1.5. If that was intended, we should update the minimum Julia version in the README.

This was quite confusing, since ]dev CUDA on Julia 1.5.3 gives an error about LazyArtifacts being unavailable. ]add LazyArtifacts fails, since it's not a real package. Currently, Googling "julia LazyArtfiacts" doesn't help at all either.

@maleadt
Copy link
Member Author

maleadt commented Dec 1, 2020

Yes, that was intended, because of other compiler changes. The Project.toml also reflects that, but you're right that the README doesn't yet.

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

Successfully merging a pull request may close this issue.

2 participants