-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
[CI] Use libomp 13.0.0 to test XGBoost on MacOS #7618
Conversation
@@ -17,10 +17,7 @@ jobs: | |||
- name: Install osx system dependencies | |||
if: matrix.os == 'macos-10.15' | |||
run: | | |||
# Use libomp 11.1.0: https://github.com/dmlc/xgboost/issues/7039 | |||
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/679923b4eb48a8dc7ecc1f05d06063cd79b3fc00/Formula/libomp.rb -O $(find $(brew --repository) -name libomp.rb) | |||
brew install ninja libomp |
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.
If we are using conda, do we still need brew install libomp?
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.
I don't think we can assume everything is using Conda.
Let me update the docs too. |
I want to avoid #7039 (comment) |
Closing in favor of #7621 |
Closes #7039
TODOs
pip install xgboost
; this may lead to random crashes. Install XGBoost using Conda for best results."