Skip to content
Peter Scheibel edited this page Sep 14, 2022 · 11 revisions

(held September 14th 2022)

Attendees

  • Peter Scheibel (host)
  • Mark Krentel
  • Davide DelVento
  • Dom Heinzeller
  • Erik Palmer
  • Justin Cook (NERSC)
  • Richarda Butler
  • Massimiliano Culpo
  • Shahzeb Siddiqui
  • Srinath Vadlamani
  • Tammy Dahlgren

Agenda items

  • See discussion on dropping Python 2 support in newer Spack versions: https://github.com/spack/spack/discussions/31824
    • This includes:
      • Running Spack with Python 2
      • Installing Python 2 with Spack
    • Note: installing Python 2.7 by itself is easy: installing the py-* packages imposes most of the maintenance burden
    • (Massimiliano) We could move the current py-* packages to a new repository
      • Most of the logic for installing them is probably in PythonPackage, so a separate repo is not enough
      • This might encourage moving the build system into the repo
        • Or versioning it
    • Have we inventoried packages to look for cases where Python 2 is required
      • Are there any we need?
    • For users who only have Python 2 on their system, how can they get Python 3 to run Spack?
      • Use older Spack to install it (0.19 will still be able to use Python 2.7)
      • Use system's repo managers (e.g. yum or apt)
  • (Shahzeb) Issues with loaded modules https://github.com/spack/spack/issues/27124
  • (Mark) spack compiler find should be able to take a module, and in that case it should populate the modules property
  • New bug: https://github.com/spack/spack/issues/32651

Next week

  • 31953 and 32478

Possible Agenda items

Clone this wiki locally