Skip to content
Peter Scheibel edited this page Feb 28, 2019 · 11 revisions

Attendees

  • Peter Scheibel (host)
  • Daniel Topa
  • Patrick Gartung
  • Greg Becker
  • David N.

Discussion Topics

  • Recently-merged PRs
  • Greg Becker: what defaults to use when automatically building compilers
    • If you build foo %gcc and you don't have gcc on your system, should Spack install it?
    • Should it do this by default?
    • Perhaps not: installing compilers is expensive
    • Default=true would be good for environments: where you want to install some compilers and then build a bunch of packages with those compilers. Environments could be modified to bootstrap the compiler setup, but auto-installing the compilers would be useful.
  • Dan Topa: spack compiler find should add a module to the compilers.yaml config
Clone this wiki locally