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


Ignore:
Timestamp:
Aug 1, 2022, 10:55:10 AM (3 years ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2022-8-1

    v1 v1  
     1= ChimeraX Developer Meeting =
     2
     3Attendance: Eric, Zach, Tom, Greg
     4
     5July 18, 2022
     6
     7= Agenda =
     8
     9* Remilestone or close 1.5 roadmap tickets
     10* Update !PyPi prerequisites
     11* Make installing on the Mac more obvious
     12  * More download Notes?
     13  * README in .dmg?
     14* Updating Linux compilers from CentOS7 for ISOLDE
     15* Github Actions continuous integration
     16* Mac M1 port
     17
     18
     19--------------------------
     20= Discussion =
     21
     22
     23--------------------------
     24= Action Items =
     25  - Update Linux base system from CentOS 7 to Debian 10 or equivalent. Greg
     26  - Provide Singularity image of compiler environment.  Greg
     27  - Present github continuous integration tutorial.  Zach
     28
     29== General ==
     30
     31== ChimeraX ==
     32=== General ===
     33
     34=== Build System ===
     351) Supporting IDEs
     36  - may only need editable installs (will require workaround as namespace packages cannot be installed in this mode automatically)
     37  - editable installs should also let us call ChimeraX with Python for rapid iteration and the C launcher for detailed crash info
     38  - Zach mentioned PyCharm, LSP (Language Server Protocol), XCode
     39  - Greg mentioned Visual Studio
     40
     412) API for getting C headers: get_include (see: numpy.get_include)
     42  - {{{native-packaging}}} moves bundle header and source files to {{{bundle/src/include/module}}} \
     43  - maybe just use header files?
     44
     453) API for getting library directories: get_libdir
     46
     474) macOS compiler call in Makefiles
     48
     49=== Infrastructure ===
     501) Beta releases on Toolshed
     51
     522) Decoupling core bundle version number from the ChimeraX release number
     53
     543) Prereq audit after 27 June
     55
     564) arm64 port
     57
     58== Chimera ==
     591) Back up the build machine to a solid state drive
     60