Changes between Version 2 and Version 3 of Dev2022-6-16


Ignore:
Timestamp:
Jun 13, 2022, 11:12:31 PM (3 years ago)
Author:
Zach Pearson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2022-6-16

    v2 v3  
    1 This is a tentative agenda. Thursday meetings are only held as necessary, and may occasionally conflict with the NIAID meeting.
     1= Thursday, 16 June 2022 =
     2This is a **tentative** agenda. Thursday meetings are only held as necessary, and may occasionally conflict with the NIAID meeting.
    23
    34= Attendees and Location =
    45
     6--------------------------
    57= Agenda =
    6  
     8
     9== General ==
     10
     11== ChimeraX ==
     12=== Build System ===
     131) Supporting IDEs
     14  - may only need editable installs (will require workaround as namespace packages cannot be installed in this mode automatically)
     15  - editable installs should also let us call ChimeraX with Python for rapid iteration and the C launcher for detailed crash info
     16  - Zach mentioned PyCharm, LSP (Language Server Protocol), XCode
     17  - Greg mentioned Visual Studio
     18
     192) API for getting C headers: get_include (see: numpy.get_include)
     20  - {{{native-packaging}}} moves bundle header files to {{{bundle/src/include/module}}}
     21
     223) API for getting library directories: get_libdir
     23
     24=== Infrastructure ===
     251) Beta releases on Toolshed
     26
     272) Decoupling core bundle version number from the ChimeraX release number
     28
     293) Prereq audit after 27 June
     30
     314) arm64 port
     32  - Tom suggests zipping x86_64 ChimeraX and arm64 ChimeraX together
     33  - How best to backport M1 support from native-packaging to 1.4 release branch
     34
     35== Chimera ==
     361) Back up the build machine to a solid state drive
     37
     38--------------------------
    739= Discussion =
    840
     41--------------------------
    942= Action Items =
    1043  - Present github continuous integration tutorial.  Zach