-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make CUDA.jl an optional dependency #2
Comments
It seems that the CUDA dependency makes ChaChaCiphers.jl unable to download (via Julia package manager) anymore. |
oops Haven't been following Julia in a while, sadly, but it looks like the optional dependency feature got added to Pkg.jl. I'll see if I can get this fixed over the weekend (and probably upgrade the CUDA.jl version in the process). |
Haven't made CUDA.jl an optional dependency yet, but I've updated to CUDA.jl 5.3 so this error should be resolved once JuliaRegistrator updates to v0.3.0 in a few minutes. |
Thanks, it works fine just as before! |
Tracking JuliaLang/Pkg.jl#1285
CUDA.jl is a rather large dependency for this project to have for a feature that not everybody is going to want. Hopefully if/when conditional dependencies are added to Julia, we can feature-flag CUDA.jl for only the people who want GPU support.
The text was updated successfully, but these errors were encountered: