| 1 | = ChimeraX Developer Meeting = |
| 2 | |
| 3 | Attendance: Eric, Zach, Tom, Greg |
| 4 | |
| 5 | August 29, 2022 |
| 6 | |
| 7 | = Agenda = |
| 8 | |
| 9 | * Discuss possible OpenMM and VR improvements for Tristan and Altos to pursue |
| 10 | * Remilestone or close 1.5 roadmap tickets |
| 11 | * Weekly build scripts using singularity |
| 12 | * Plan to fix command-line parser |
| 13 | * Arrow graphic for Mac dmg file |
| 14 | * Mac universals builds |
| 15 | * Mac app notarization |
| 16 | * SSD drives for plato |
| 17 | * DICOM improvements |
| 18 | * Updating Linux compilers from CentOS7 for ISOLDE |
| 19 | * Github Actions continuous integration |
| 20 | * Mac M1 port |
| 21 | * Put parser fix (#4842) on roadmap? |
| 22 | * ISOLDE is installing into 1.5 (#7381) |
| 23 | |
| 24 | -------------------------- |
| 25 | = Discussion = |
| 26 | |
| 27 | -------------------------- |
| 28 | = Action Items = |
| 29 | - Update Linux base system from CentOS 7 to Debian 10 or equivalent. Greg |
| 30 | - Provide Singularity image of compiler environment. Greg |
| 31 | - Present github continuous integration tutorial. Zach |
| 32 | |
| 33 | == General == |
| 34 | |
| 35 | == ChimeraX == |
| 36 | === General === |
| 37 | |
| 38 | === Build System === |
| 39 | 1) Supporting IDEs |
| 40 | - may only need editable installs (will require workaround as namespace packages cannot be installed in this mode automatically) |
| 41 | - editable installs should also let us call ChimeraX with Python for rapid iteration and the C launcher for detailed crash info |
| 42 | - Zach mentioned PyCharm, LSP (Language Server Protocol), XCode |
| 43 | - Greg mentioned Visual Studio |
| 44 | |
| 45 | 2) API for getting C headers: get_include (see: numpy.get_include) |
| 46 | - {{{native-packaging}}} moves bundle header and source files to {{{bundle/src/include/module}}} \ |
| 47 | - maybe just use header files? |
| 48 | |
| 49 | 3) API for getting library directories: get_libdir |
| 50 | |
| 51 | 4) macOS compiler call in Makefiles |
| 52 | |
| 53 | === Infrastructure === |
| 54 | 1) Beta releases on Toolshed |
| 55 | |
| 56 | 2) Decoupling core bundle version number from the ChimeraX release number |
| 57 | |
| 58 | 3) Prereq audit after 27 June |
| 59 | |
| 60 | 4) arm64 port |
| 61 | |
| 62 | == Chimera == |
| 63 | 1) Back up the build machine to a solid state drive |