Skip to content
Valentin Volkl edited this page Mar 23, 2021 · 7 revisions

Agenda

  • cwsmith: install compilers and then use them with follow-up installations as part of one large environment install (e.g. https://github.com/SCOREC/rhel7-spack-config/blob/master/v0.15.4/spack.yaml)
    • Goal: this environment installs Gcc@10 and some packages with the new Gcc; the user wants to "spack install" and have all of that build at once
    • config.yaml: past attempts to use install_missing_compilers in the environment have failed
      • @cwsmith will create a PR with a minimal spack.yaml
    • compilers-as-dependencies work should resolve this
    • For now a script is used to install the compiler, register it, and then install the env
    • Details are documented at: https://github.com/SCOREC/rhel7-spack-config/blob/master/v0.15.4/README.md
  • Chris Green: desire to build a "release" where most packages use x86-64 but some packages build to a more specific microarchitecture; when the user requests to install a package, use the microarch-based install when available
Clone this wiki locally