8 lines
240 B
Bash
Executable file
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
|