Skip to content
Peter Scheibel edited this page Feb 25, 2022 · 13 revisions

Attendees

  • Peter Scheibel (host)
  • Mark Krentel
  • Wileam Phan
  • Tammy Dahlgren
  • Brian Van Essen
  • Massimiliano Culpo
  • Greg Becker
  • Kacper Kornet

Agenda items

For next week

  • Packages with multiple build systems
  • 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?
        • 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?

Possible agenda items

Clone this wiki locally