Skip to content

Commit

Permalink
Add note about building Spack exercise Docker image for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Nov 27, 2024
1 parent 581d7ec commit b37f84f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 03_building_and_packaging/spack_exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Create a Spack package for all releases of the given code and make sure that the

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.

**Note for MacOS users**: While building the Docker image, you may have to add the flag `--platform=linux/amd64`.

### Packaging Steps

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

0 comments on commit b37f84f

Please sign in to comment.