Changes between Initial Version and Version 1 of Ticket #4663, comment 56


Ignore:
Timestamp:
Jul 1, 2022, 5:47:37 PM (3 years ago)
Author:
Tom Goddard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4663, comment 56

    initial v1  
    331) Put the Apple notarization key on the euclid chimera account keychain.
    44
    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.
     52) 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.
    66
    773) 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.