-
Notifications
You must be signed in to change notification settings - Fork 617
Support for macOS Monterey #2615
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 3.7.2 | ||
| 4.2.1 | ||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -78,7 +78,7 @@ function main() { | |||
| BUILD_CMD="setup.py bdist_wheel --platlib-patch" | ||||
| if is_macos; then | ||||
| if [[ x"$(arch)" == x"arm64" ]]; then | ||||
| BUILD_CMD="${BUILD_CMD} --plat-name macosx_11_0_arm64" | ||||
| BUILD_CMD="${BUILD_CMD} --plat-name macosx_12_0_arm64" | ||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are we not going to distribute macosx_11 packages anymore? I see that There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is build from source issue, so only local wheel files. We seem to have only a minimal macOS version support, but if I understand the platform correctly, we may need to change the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think it is only local as we are using the same in Action: Line 3 in 41eaa27
|
||||
| else | ||||
| BUILD_CMD="${BUILD_CMD} --plat-name macosx_10_13_x86_64" | ||||
| fi | ||||
|
|
||||
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.
Any side effect about diverging version from https://github.com/tensorflow/tensorflow/blob/master/.bazelversion ?
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.
Potentially, and if so this might justify a new approach to handle macOS TFA builds perhaps with a
macos_m1branch.Created an issue to continue the discussion here: #2616
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 don't have a new rollback we are at 4.2.1 in https://github.com/tensorflow/tensorflow/blob/master/.bazelversion