Changes between Initial Version and Version 1 of Dev2022-8-29


Ignore:
Timestamp:
Aug 29, 2022, 10:51:02 AM (3 years ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2022-8-29

    v1 v1  
     1= ChimeraX Developer Meeting =
     2
     3Attendance: Eric, Zach, Tom, Greg
     4
     5August 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 ===
     391) 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
     452) 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
     493) API for getting library directories: get_libdir
     50
     514) macOS compiler call in Makefiles
     52
     53=== Infrastructure ===
     541) Beta releases on Toolshed
     55
     562) Decoupling core bundle version number from the ChimeraX release number
     57
     583) Prereq audit after 27 June
     59
     604) arm64 port
     61
     62== Chimera ==
     631) Back up the build machine to a solid state drive