Skip to content
Wileam Y. Phan edited this page Feb 28, 2022 · 21 revisions

Attendees

  • Peter Scheibel (host)
  • (TBD: whoever wants to discuss Spack issues)

Agenda items

  • A spack update command
    • See https://github.com/spack/spack/issues/9134
    • The overall idea is that users can update their Spack instance but this generally takes several commands
      • If there is a common pattern, then spack update could replace several steps with just one call
      • The issue's initial description describes a simple common pattern but has a couple of side cases worth investigating:
        • If you are on the develop branch, pull the latest state
          • If you are on another branch, fail
          • Or... try merging from develop into the branch after pulling it?
    • (Wileam) There is also the possibility to add the spack upgrade command and make spack update and upgrade behave like apt
      • If you have existing changes stash and reapply them
        • If the reapply fails, then revert the fetch (i.e. return to the commit you were at before spack update
        • What if the reapply succeeds, but the resulting logic is broken? Should there be an undo?
  • Packages with multiple build systems

Possible agenda items

Clone this wiki locally