2020-05-06 18:51:29 +00:00
|
|
|
#!/usr/bin/env sh
|
2020-07-21 00:25:42 +00:00
|
|
|
. share/spack/setup-env.sh
|
|
|
|
echo -e "config:\n build_jobs: 2" > etc/spack/config.yaml
|
|
|
|
spack config add "packages:all:target:[x86_64]"
|
2022-01-28 13:17:59 +00:00
|
|
|
spack compiler find
|
2020-07-21 00:25:42 +00:00
|
|
|
spack compiler info apple-clang
|
|
|
|
spack debug report
|
2022-01-28 13:17:59 +00:00
|
|
|
spack solve zlib
|