Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -48,7 +48,7 @@ Please do all the development inside a Docker container. The Docker container is
- Go through the `FIXME` sections and fill them in accordingly, but leave out the `depends_on` part for the moment.
- Add the course homepage `https://simulation-software-engineering.github.io/homepage/` as homepage.
- Add your *GitHub* username as maintainer.
- You do not have to specify additional arguments to `CMake` such that the `cmake_args` function can be removed.
- You do not have to specify additional arguments to `CMake` such that the `cmake_args` function can be removed.
- Check the output of `spack info spack-exercise` and make sure that it makes sense.
- You already should be able to build/install the `0.1.0` version of our package with

Expand Down