Skip to content

Commit b37f84f

Browse files
committed
Add note about building Spack exercise Docker image for MacOS
1 parent 581d7ec commit b37f84f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

03_building_and_packaging/spack_exercise.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Create a Spack package for all releases of the given code and make sure that the
2626

2727
Please do all the development inside a Docker container. The Docker container is based on the image built from the recipe provided in the [exercise repository](https://github.com/Simulation-Software-Engineering/spack-exercise). You can find the recipe of the image inside the `docker/` directory. The image itself is based on Ubuntu 20.04 and has the Boost dependency preinstalled. Additionally, Spack has been set up in the recipe. Two editors `vim` and `nano` are preinstalled. If you want to install further software in your container you are free to do so.
2828

29+
**Note for MacOS users**: While building the Docker image, you may have to add the flag `--platform=linux/amd64`.
30+
2931
### Packaging Steps
3032

3133
- Create a fork of the [GitHub repository](https://github.com/Simulation-Software-Engineering/spack-exercise).

0 commit comments

Comments
 (0)