- Notifications
You must be signed in to change notification settings - Fork352
Closed
Description
rust-xgboost from our fork in postgresml/rust-xgboost doesn't build on Mac OS since the migration to v2.0.
To reproduce on a Mac:
- Checkout the repo
postgresml/rust-xgboost git submodule update --init --recursivecargo build
An error similar to:
|365 | pub static std_value: _Tp; | ^^^ not found in this scopewill appear.
Reverting to commit3d4bd10b70117b94367d3c300d233252a204061d fixes the compilation issue.