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

doesn't easily install on Mac OS #8

Closed
eboyden opened this issue Jul 28, 2019 · 2 comments
Closed

doesn't easily install on Mac OS #8

eboyden opened this issue Jul 28, 2019 · 2 comments

Comments

@eboyden
Copy link

eboyden commented Jul 28, 2019

I had trouble installing this on Mac OS (10.14.6) due to Apple clang not supporting OpenMP by default, so I got the error message when I ran 'make':

clang: error: unsupported option '-fopenmp'

So a more Mac-friendly installer or a pre-compiled binary would be appreciated.

Regards, Eric

@jsh58
Copy link
Owner

jsh58 commented Jul 28, 2019

Eric,

Thanks for the interest, and sorry about the difficulties. Unfortunately, NGmerge is supported on Linux only. I do not have a Mac and so cannot assist at all.

John Gaspar

@sykesey
Copy link

sykesey commented Sep 16, 2019

I was able to get this working by installing libomp from homebrew:

brew install libomp

Then modifying makefile's CFLAGS:

CFLAGS?=-Xpreprocessor -fopenmp -lomp

@jsh58 jsh58 closed this as completed Nov 8, 2019
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

3 participants