clang: error: unsupported option '-fopenmp' on bundle install #298
Unanswered
Overload119
asked this question in
Q&A
Replies: 2 comments
-
The apple provided clang compiler does not support this flag, if you use a newer version it should work:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This sounds like a long-standing issue with imagemagick. It adds Though I'm unsure why gem would be trying to build something that links to magick, you'd need to provide more information. As @sled says, a newer clang would help too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Questions or suggestions
We are using Discussions for questions and suggestions for new features. Issues are only for bug reports.
Describe the bug
Unable to gem install.
clang: error: unsupported option '-fopenmp'
To Reproduce
bundle
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Mac OSX
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions