Changes between Version 2 and Version 3 of Dev2024-6-10


Ignore:
Timestamp:
Jun 10, 2024, 3:47:13 PM (17 months ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2024-6-10

    v2 v3  
    1717= Discussion =
    1818
     19* ChimeraX 1.8 release
     20  - Plan to release on Thursday if nothing new comes up.
     21  - Eric will put in StructureSeq fix today.
     22
     23* Make clean needs ChimeraX build to exist
     24  - Makefile.bundle has error code if the built Python does not exist, but that is actually not needed by the clean target.
     25  - Greg will fix
     26
     27* pip being used in Makefile.bundle
     28  - Makefile needs to use our build Python not the system Python.
     29  - Zach will fix it.
     30
     31* Dark mode
     32  - Greg trying ChimeraX in Qt 6.7 dark mode.
     33  - PyQt 6.7.1 is missing QWebEngineCore library, so waiting for 6.7.2 which is not yet out.
    1934
    2035--------------------------
    2136= Action Items =
     37
     38* Zach remove direct use of pip in Makefile.bundle.  Use something like $(PYTHON) -m pip so the correct Python is used.