-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove path_to_repo phrase from Spack exercise sheet
- Loading branch information
1 parent
b37f84f
commit 529b786
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|