2020-05-06 18:51:29 +00:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
git clone https://github.com/spack/spack.git
|
2020-05-09 21:48:26 +00:00
|
|
|
echo -e "config:\n build_jobs: 2" > spack/etc/spack/config.yaml
|
2020-05-06 18:51:29 +00:00
|
|
|
. spack/share/spack/setup-env.sh
|
|
|
|
spack compilers
|