-
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
Problems installing on 10.9 #57
Comments
Yes, is because the current release of OpenBLAS doesn't yet have your CPU type recorded (It's too new, lucky you). See this issue for discussion. The fix is to manually tell the So you would need to do this: |
Thank you! trying the compile with --target=SANDYBRIDGE installed openblas-julia; then "brew install julia --HEAD" compiled. However, testing failed immediately: $ brew test -v julia Running the julia binary works though; should I ignore the failure on the test? |
You're not the only one to report this testing error. What happens if you open up
|
Thanks. Typed that and I got lots of lines of the sort:
ending in:
Thank you! |
Looks like all the tests are passing then. I'm not sure why |
Sure. thank you for the prompt support. Let me know if you need anything testing relating to these two issues (SANDYBRIDGE/ "brew test -v julia"). |
Aha! I think I just figured something out; Does |
Yes!
thanks. |
Fantastic. I've updated the docs to make this a little clearer. |
also, just confirmed that below works on works on 10.9.2 brew install openblas-julia --HEAD
brew install julia
brew test -v julia |
On my shiny new mac runnnig 10.9, I get the following error with installing julia. Any clues?
brew install --HEAD julia
==> Installing dependencies for julia: openblas-julia, arpack-julia, suit
==> Installing julia dependency: openblas-julia
==> Downloading http://github.com/xianyi/OpenBLAS/archive/v0.2.8.tar.gz
Already downloaded: /Library/Caches/Homebrew/openblas-julia-0.2.8.tar.gz
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> make FC=/usr/local/bin/gfortran
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [getarch_2nd] Error 1
Makefile:129: *** OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.. Stop.
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not mxcl/homebrew):
https://github.com/staticfloat/homebrew-julia/issues
The text was updated successfully, but these errors were encountered: