-
Notifications
You must be signed in to change notification settings - Fork 133
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
Installing on Yosemite #290
Comments
You've listed two separate directories there – the second code block you have lists the 10.8 sdk. Did you find libatlas.dylib in the 10.10 sdk? It's there by default on my machine. You should be able to find
Also, tests are sparse on 2.2.0 (I'm just now doing some troubleshooting) so try installing on 2.1.5 instead. 2.2.0 isn't even officially released! |
found this because i'm having the same issue...and i do NOT have libatlas.dylib in the 10.10 sdk lib folder, although i did set up a symlink (which didn't help). i get the exact same error message that ChenLiZhan posted. any advice? mac os x 10.10.1, ruby 2.2.0 via rbenv, and gcc4.8 installed with homebrew. |
Huh. Yeah, I've got libatlas.dylib in the 10.10 sdk, and that's nearly the exact same setup I have. Just did a fresh install of ruby 2.2.0 and unset the C_INCLUDE_PATH and CPLUS_INCLUDE_PATH, and the compile worked but the specs failed. Anyway, check out the path at:
and make sure those have
This should let you at least compile. The downside is that there's a lot you can't do without installing ATLAS, and the specs probably won't run. But try that and post the error message to at least make sure it compiles. |
thanks for the help. no dice, though...
...and a whole lot more. happy to post more if any of it will be useful. i'm going to install atlas too. |
agreed -- no dice for me either |
Hi ChenLiZhan: https://github.com/phracker/MacOSX-SDKs |
I dont think this problem should occur in the latest release. |
Hi, I'm trying to play with nmatrix recently.
I have some problem when I install nmatrix on my machine(Mac OS X 10.10).
My problem is fairly similar to #223 .
I also installed gcc4.9 with Homebrew:
Here is the command that I run
I also run
but it's still not work.
Then, I go into the directory
I cannot find the libatlas.dylib file in the directory.
Should I reinstall the xcode?
Please help me to solve the problem.
Thanks :)
The text was updated successfully, but these errors were encountered: