-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update macOS Prerequisites #1674
Conversation
Updating macOS prerequisites to the latest dependencies
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.
LGTM
* gcc | ||
* libomp | ||
* libgdiplus | ||
* gettext |
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.
libomp for MKL I assume, libgdiplus for System.Drawing, what gettext for?
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.
libomp
is for LightGBM
.
libgdiplus
is for System.Drawing. I guess gettext
is for libgdiplus
: https://github.com/mono/libgdiplus/blob/f1dfa1bf87b26dfe74448a3fff9716793a78e98e/README.md#requirements
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.
Our of curiosity, we used to need |
Yes, the latest LightGBM for macOS no longer explicitly requires See microsoft/LightGBM#1523 Note: this command is the exact command that our PR validation builds use:
And they run on "normal" macOS machines. |
Updating macOS prerequisites to the latest dependencies