summaryrefslogtreecommitdiff
path: root/.github/workflows/install_spack.sh
blob: 5efae461a5320494988f422e949e7a2849e7a1d2 (plain) (blame)
1
2
3
4
5
#!/usr/bin/env sh
git clone https://github.com/spack/spack.git
echo -e "config:\n  build_jobs: 2" > spack/etc/spack/config.yaml
. spack/share/spack/setup-env.sh
spack compilers