-
Notifications
You must be signed in to change notification settings - Fork 483
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
require 'cunn' fails on OSX 10.10 #4
Comments
Should also mention
|
for cutorch, @szagoruyko pushed a fix for OSX 10.10: we might have to do the same for cunn. |
For cutorch and cunn on OS X 10.10 I delete |
Can you explain that process a little more mechanically? On Sun, Jan 11, 2015 at 5:28 PM, Sergey Zagoruyko notifications@github.com
|
At first check that your cmake is updated to the latest version. Maybe it will handle everything itself. |
I'm at 3.1, installed via homebrew. The errors I posted above were built with that version. |
okay delete then extra/cunn/cmake and try to rerun ./install.sh |
Alright, sorry for the noise on the thread. There is a conflict when continuum.io's anaconda python distribution is on the path. It has its own MKL and BLAS which seem to interfere in ways I'm not going to try to disentangle. During an install, I just move anaconda aside,
Other torch installer guides online ask for gcc-4.9. I had tried these other torch installers before finding this repo (and use and like GCC 4.9 for other projects), so that was my default compiler. CUDA 6.5 (the most up-to-date) on OS X 10.10 does not play nicely with gcc, I think of any version. So, make sure that
Then, use @szagoruyko's trick to remove the cmake folder
And then build everything with
The install script as it is uses
I don't have the CUDA |
thanks a lot @alexbw for making this work on OSX 10.10, will look forward to the PR |
just to note, torch-distro installs without modifications on my OS X 10.10 |
Yeah, I think the tricks I described are how to get it to install on a
|
Question — Just FYI, I'm looking to blend the style of continuum.io's Anaconda installer with this, to make it really easy to get a torch install up and running in a half hour, as opposed to a half week. |
@alexbw that is awesome. I would love the 10.10 fixes if it happens in the short-term (today hopefully), as we're going to see an influx of users today and tomorrow because of some press coverage. I'm excited that you're using it at Whetlab, an Anaconda style installer would be out of the world in terms of usability |
I'm on OS X 10.10
looking deeper, seems to be an issue with the libcunn.so file
I've run into an issue like this before with installing libraries like OpenCV, which required some .so surgery, but I'm a Lua newbie, so I'm not sure exactly how to proceed. OS X 10.10.1, Retina MBP 15".
Any suggestions or further information for debugging required would be appreciated! Would love to get to the bottom of this.
The text was updated successfully, but these errors were encountered: