spack/.github/workflows/install_spack.sh
2022-01-28 14:17:59 +01:00

8 lines
240 B
Bash
Executable file

#!/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