5 lines
112 B
Bash
5 lines
112 B
Bash
|
#!/usr/bin/env sh
|
||
|
git clone https://github.com/spack/spack.git
|
||
|
. spack/share/spack/setup-env.sh
|
||
|
spack compilers
|