-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Build for OSX #2
Comments
Let's open a PR and find out! |
Thanks @h-vetinari . The thing is I am also lacking an osx machine (I need that build but not for me). So my help will be limited using CI for that. |
For future reference, here's how it failed in CI:
|
Hi All. According to this https://trac.macports.org/ticket/59651 setting APPLE_SDK_VERSION_OVERRIDE=10.11 should work. |
Thanks @brey. This can be done by setting +MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
+ - '10.11' # [osx and x86_64]
+macos_min_version: # [osx and x86_64]
+ - '10.11' # [osx and x86_64] in |
Hi all, is there any progress on this effort? This is starting to become a bit of a blocker for Modin. |
I made more progress in #77 but it seems the minumum version supported by ray is macos 10.15. Is this acceptable? |
@mattip I think that should be acceptable |
I don't know what it would take but I would be interested in having an OSX package for ray.
The text was updated successfully, but these errors were encountered: