Skip to content

Commit

Permalink
Remove path_to_repo phrase from Spack exercise sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Nov 27, 2024
1 parent b37f84f commit 529b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03_building_and_packaging/spack_exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Please do all the development inside a Docker container. The Docker container is
- Verify that you can install and use `[email protected]` and `[email protected]`. There is a `config.yml` file inside the `yamlParser` directory that you should be able to parse with `[email protected]` with a command like
```bash
spackexample <path_to_repo>/yamlParser/config.yml
spackexample <path_to_local_folder>/yamlParser/config.yml
```
- Check the output of `spack info spack-exercise` and make sure that it makes sense. The additional dependencies (`yaml-cpp` and `Boost`) should appear in the output.
Expand Down

0 comments on commit 529b786

Please sign in to comment.