Skip to content
Peter Scheibel edited this page Aug 3, 2022 · 12 revisions

(Held August 3rd 2022)

Attendees

  • Peter Scheibel (host)
  • Davide DelVento
  • Mark Krentel
  • Massimiliano Culpo
  • Phil Regier
  • Srinath Vadlamani
  • Tammy Dahlgren
  • Wileam Phan

Agenda items

  • Davide: Jupyter
    • Users want to change between different Pythons
    • This can be achieved by switching environments (i.e. Spack environments with different Pythons)
    • However env activate triggers an error: requires Spack's shell support.
    • Phil: bash -vx can be used to debug shell expansions
      • or set -vx inside your script (e.g. on the first line of your script)
  • Mark Krentel:
    • Check in on "config requirements" PR
    • Could preferences in a package.py file be expanded?
      • For now:
        • Can set a preferred version
        • Can set preferred
      • It would also be useful to:
        • Set properties on dependencies
    • What about conflicts (i.e. if two packages prefer something about a dependency, then which one "wins"?)
    • Related: 31261 (from Massimiliano)
  • Currently there is no way to specify preference that override reuse
  • Davide: if I have a production install of Spack at 0.18, and I want to update Spack to 0.18.1, what do I need to be careful about?
  • Wileam: https://github.com/spack/spack/pull/30954
    • Do we wait for something generic, or push this in the meantime

Possible Agenda items

Clone this wiki locally