-
Notifications
You must be signed in to change notification settings - Fork 86
Installing on Mac #6
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
Comments
Hi, Could you use the previous version of gcc? e.g. 4.6.x. I am not sure if this is the problem of gcc. However, the code has been tested on ubuntu 14.04/12.10. It should work with mac if you set the path right. |
@bittnt Thanks for the response, in the end I ran it on Linux instead |
I can confirm there are problems with installing on a Mac, I have tested with the latest clang (which supports OpenMP) and gcc (installed with brew without-multilib) but did not succeed in either track. |
@phil0stine It should work with Mac, what's the error message have you got? Which mac version and which gcc or clang version have you tried? |
I am running OS X Yosemite and I have some issues getting this code to work. Anyone figured this out?
First I got this error:
Which I fixed using the following steps:
Then calling
make
gives the following error:The text was updated successfully, but these errors were encountered: