-
Notifications
You must be signed in to change notification settings - Fork 35
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
Julia fails to reinstall with latest julia --HEAD #65
Comments
I have the same problem. In the meantime you can download the prerelease binary from http://julialang.org/downloads/ After copying the .app to your applications folder: brew rm julia
ln -s /Applications/Julia-0.3.0-prerelease-a673e4c4de.app/Contents/Resources/julia/bin/julia /usr/local/bin/julia |
I get the same error. The output from homebrew is here https://gist.github.com/ggarza/8939705 Could the problem be due to libRmath being renamed libRmath-julia? This is the line from the output that makes think that:
|
@ggarza Good eyes! That is indeed part of the issue. (The other part is that I forgot to rename I believe I've fixed this on |
Thanks @staticfloat, looks like that fixed the issue! |
When I try to
brew reinstall --HEAD julia
I get an error in the install process. I can't tell if this is a bug in the formula or if this is an upstream bug to submit to Julia.Output of
brew --config
:Output of
brew doctor
:The text was updated successfully, but these errors were encountered: