-
Notifications
You must be signed in to change notification settings - Fork 3
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
Build error on Mac OS X #9
Comments
Thanks for discovering this. I think I just have to disable OpenMP for Armadillo in Makevars, but I'll have to test it first (maybe on Travis). I'll get back :-). |
I was able to reproduce this. Thank you for discovering and reporting it. It should be fixed by 616bf58 that disables OpenMP. See also Travis where I have now added OSX target: https://travis-ci.org/mikldk/malan. Can you confirm that it now compiles and works on Mac OS X for you, too? |
Great, this works for me now. I should add that as a workaround I tried installing into a new conda environment. This worked since conda has its own version of llvm, but for some reason the vignettes were not installed:
I did some google searching and this might be a bug when installing from GitHub, but the vignettes do appear when installing from GitHub in RStudio. |
Good to hear. Closing as this should be resolved. |
Installation fails on Mac OS X because
-fopenmp
is not supported:It appears this is a common issue (see discussion and resolution here velocyto-team/velocyto.R#2) and may involve installing another version of llvm via homebrew.
Is it possible to change the build scripts to work around this?
The text was updated successfully, but these errors were encountered: