spack.yaml Templates
⚠ Disclaimer: These templates are community-maintained starting points. Always verify with
spack info <package> and test with spack spec -I <spec> before installing on production systems. Package variants and versions change with each Spack release.
Ready-to-use environment files for common HPC stacks. Copy, adapt, deploy.
⚙ Need a custom environment?
Answer 6 questions about your application, MPI, compiler, GPU and BLAS — get a tailored spack.yaml in 60 seconds.
How to use:
mkdir my-env && cd my-env
# paste template into spack.yaml, then:
spack env activate .
spack concretize
spack install