summaryrefslogtreecommitdiff
path: root/.github/workflows/install_spack.sh
blob: be8ec8af21d3013a1745806aa6ac58783a2d5181 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env sh
. share/spack/setup-env.sh
echo -e "config:\n  build_jobs: 2" > etc/spack/config.yaml
spack config add "packages:all:target:[x86_64]"
spack compiler find
spack compiler info apple-clang
spack debug report
spack solve zlib