From b3efe81a689cf323dec399df273e37697708be79 Mon Sep 17 00:00:00 2001 From: zara <93386493+zezl7@users.noreply.github.com> Date: Fri, 28 Nov 2025 18:28:28 +0100 Subject: [PATCH] Fix minor formatting issue in spack_exercise.md --- 03_building_and_packaging/spack_exercise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_building_and_packaging/spack_exercise.md b/03_building_and_packaging/spack_exercise.md index 6e2ce092..809d9b04 100644 --- a/03_building_and_packaging/spack_exercise.md +++ b/03_building_and_packaging/spack_exercise.md @@ -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