Skip to content

Commit e995278

Browse files
committed
Minor changes to the exercise
1 parent 3c7f413 commit e995278

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

03_building_and_packaging/spack_exercise.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Packages with Spack
22

3-
This exercise is about packaging code with Spack. We work with a simplified version of the code from the previous week's exercise and create packages for it.
3+
This exercise is about packaging code with Spack. We work with a simplified version of the code from the previous week's exercise and create a Spack package of it.
44

5-
At the end of the exercise you find a section with hints and remarks. Make sure to check this section.
5+
**Note**: At the end of the exercise you find a section with hints and remarks. Make sure to check this section.
66

7-
Deadline: **Wednesday, December 4th, 2024, 09:00**
7+
Deadline: **Wednesday, December 3rd, 2025, 09:00**
88

99
## Creation of a Spack Package
1010

@@ -20,7 +20,7 @@ The [code repository](https://github.com/Simulation-Software-Engineering/spack-e
2020

2121
**Note**: We require `yaml-cpp` in version `0.7.0`. This package will be automatically installed via Spack if you specify the dependency correctly in you package. You should **not** install `yaml-cpp` manually in this exercise.
2222

23-
Create a Spack package for all releases of the given code and make sure that the dependencies are specified appropriately. Make sure you also add yourself as maintainer to your package. Your final package should not contain any `FIXME` parts.
23+
Create a Spack package for all releases of the given code and make sure that the dependencies are specified appropriately. Make sure you also add yourself as maintainer to your package. Your packaging file should not contain any `FIXME` parts.
2424

2525
### Development/Packaging Environment
2626

0 commit comments

Comments
 (0)