While this collection of spack.yaml
files is mainly inteded for my personal use
to setup spack
environments for the development of various software projects,
some of them might actually useful for my colleages or even a broader community.
In order to create a named environment <myEnv>
based on a give spack.yaml
file
located at <path/to/environment/spack.yaml>
, perform the following steps:
- Clone the
spack
repository:git clone [email protected]:spack/spack.git
- Clone this repository:
git clone [email protected]:mayrmt/spack_environments.git
- Activate spack in your terminal
- Create a named environment:
spack env create <myEnv> <path/to/environment/spack.yaml>
Feedback and contributions are welcome! Just open an issue or pull request in the GitHub repository. Thank you!