Changes between Version 1 and Version 2 of Ticket #4663, comment 13


Ignore:
Timestamp:
Jul 15, 2021, 4:33:09 PM (4 years ago)
Author:
Tom Goddard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4663, comment 13

    v1 v2  
    33Qt 5, PyQt5, ambertools, pytables, h5py, imagecodecs, matplotlib, netcdf4, scipy
    44
    5 Posts online talk about successfully using homebrew or miniconda to get matplotlib and scipy.
     5Qt will probably require Qt 6.2.
     6
     7  https://www.qt.io/blog/qt-on-apple-silicon
     8  https://wiki.qt.io/Qt_6.2_Release
     9
     10PyQt6 no indication of whether RiverBank will offer arm64 builds.
     11PySide6 seems likely to offer arm64 in Qt 6.2 but current 6.2 beta 1 on macOS does not include QtWebEngine.
     12
     13  https://wiki.qt.io/Qt_6.2.0_Known_Issues
     14
     15Matplotlib, scipy using homebrew or miniconda.
    616
    717  https://solarianprogrammer.com/2021/06/15/install-python-numpy-scipy-matplotlib-macos-apple-silicon-arm64/
    818  https://github.com/h5py/h5py/issues/1810
    919
    10 Posts online also describe compiling PyTables and h5py from source and that hdf5 is available for arm64.
     20PyTables and h5py compiling from source and hdf5 is available for arm64.
    1121
    1222  https://github.com/PyTables/PyTables/issues/832