You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1214 introduces a default to do universal binary builds on macOS. This is a fantastic addition, but of course, building for M1 is not possible on OS < 10.15. vfxplatform specifies support for 10.13 in CY2021, and since OTIO supports the current vfxplatform year, and the three preceding, we are stuck with 10.13 until the year 2025. In practice, I don't think we will be able to support 10.13 that long, but for this year at least, we should expect that there are still users on 10.13.
Due to the complication of creating python wheels, I'm not sure how to structure things to make this allowance practical, so this is a request for help on how to approach this.
The text was updated successfully, but these errors were encountered:
meshula
added
bug
A problem, flaw, or broken functionality.
build
issues building OTIO
TSC
Slated for discussion at the next TSC meeting
labels
Mar 19, 2022
Bug Report
#1214 introduces a default to do universal binary builds on macOS. This is a fantastic addition, but of course, building for M1 is not possible on OS < 10.15. vfxplatform specifies support for 10.13 in CY2021, and since OTIO supports the current vfxplatform year, and the three preceding, we are stuck with 10.13 until the year 2025. In practice, I don't think we will be able to support 10.13 that long, but for this year at least, we should expect that there are still users on 10.13.
Due to the complication of creating python wheels, I'm not sure how to structure things to make this allowance practical, so this is a request for help on how to approach this.
The text was updated successfully, but these errors were encountered: