-
Notifications
You must be signed in to change notification settings - Fork 31
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
GHA: Fix OpenMP not found on macos #2207
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2207 +/- ##
============================================
- Coverage 76.53% 53.80% -22.73%
============================================
Files 82 34 -48
Lines 15012 5652 -9360
============================================
- Hits 11489 3041 -8448
+ Misses 3523 2611 -912
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brew link openmp
and brew link boost
would also work but adds those paths globally. $(brew --prefix)
won't work with non-default install directories.
Okay, will add that to installation guide.
I am not really familiar with brew. Do you mean there are cases where |
thought it was possible, but it's actually not. |
Fixes #2182