-
Notifications
You must be signed in to change notification settings - Fork 66
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
OpenMP crashes on MacOS (libomp.dylib) #170
Comments
We have a workaround now, but the preferred solution is:
|
Was assisting the package review of MtreeRing today and after updating both magick through brew and magick through github that something isn't quite right. I could downgrade, but what's the fun in that? When I load tidyr, dplyr, ggplot2, or tibble before loading magick R crashes hard.
When I load some other packages it doesn't do this.
The error you mentioned above prevented me from installing the package I was reviewing until I loaded magick first, got the link, and then did a devtools install. |
Is this still the case with the master branch? It no longer crashes for me with the workaround. |
The latest versions of homebrew imagemagick (version 7 only) have libomp enabled. When compiling the R package with this installation of
imagemagick
we get:I think this is because R on MacOS ships with it's own version of
libomp.dylib
, seelsof
:The text was updated successfully, but these errors were encountered: