-
Notifications
You must be signed in to change notification settings - Fork 5.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
Compile boost from source to fix macOS wheels #1688
Conversation
Test PASSed. |
Test PASSed. |
I don't think this solves the issue. I just compiled and did
Note that I had boost installed with brew before compilation and then uninstalled it before doing Full installation log below
|
I can look at that (did you clean the CMake cache)? I just tried and the new wheels we build are working without brew boost, can you also try that? |
What do these changes do?
This compiles boost from source on macOS and links Ray and Arrow against it.
Related issue number
#1597