Changes between Initial Version and Version 1 of Ticket #4663, comment 56
- Timestamp:
- Jul 1, 2022, 5:47:37 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4663, comment 56
initial v1 3 3 1) Put the Apple notarization key on the euclid chimera account keychain. 4 4 5 2) Fix the PyQt licensed wheels on plato for Mac. There are only universal PyQt6 6.3.1 Mac wheels on plato (PyQt6_commercial-6.3.1-cp37-abi3-macosx_10_14_universal2.whl, PyQt6_WebEngine_commercial-6.3.1-cp37-abi3-macosx_10_14_universal2.whl) and they work on Intel. So somehow the PyQt license handling for that wheel is working for Intel Mac but not ARM64 Mac. 5 2) Fix the PyQt licensed wheels on plato for Mac. There are only universal PyQt6 6.3.1 Mac wheels on plato (PyQt6_commercial-6.3.1-cp37-abi3-macosx_10_14_universal2.whl, PyQt6_WebEngine_commercial-6.3.1-cp37-abi3-macosx_10_14_universal2.whl) and they work on Intel. So somehow the PyQt license handling for that wheel is working for Intel Mac but not ARM64 Mac. Ticket #6669. 6 6 7 7 3) Enable daily techpreview builds by adding shell command "./build_chimerax.sh -b techpreview -p mac_arm64" to the daily_chimerax_build script in the build_tools repository.