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

Outdated SHA in openblas64-julia.rb #39

Closed
ngcrawford opened this issue Aug 11, 2013 · 1 comment
Closed

Outdated SHA in openblas64-julia.rb #39

ngcrawford opened this issue Aug 11, 2013 · 1 comment

Comments

@ngcrawford
Copy link

I got this error when trying to install 64 bit julia:

==> Trying a full download

#################################################### 100.0%

Error: SHA1 mismatch
Expected: d012ebc2b8dcd3e95f667dff08318a81479a47c3
Actual: c62ab98dae8ac6d49c367235033180ef72dd7bbd
Archive: /Users/ngcrawford/Library/Caches/Homebrew/openblas64-julia-0.2.8.zip
(To retry an incomplete download, remove the file above.)

Updating the formula to the 'actual' SHA fixed the install error:
https://gist.github.com/ngcrawford/6205554

I think the 32 bit openblas-julia.rb may also need to be updated.

@staticfloat
Copy link
Owner

I was pretty confused by this as I manually downloaded the .tar.gz and the SHA matched the "old" SHA..... until I realized that I have openblas64-julia downloading the zipball, and openblas-julia downloading the tarball!

I've changed both to download the tarball now, but your installation should be fine, so no need to remove and reinstall.

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

2 participants