Skip to content

Commit

Permalink
Add notes for installing curl manually to the Spack demo
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Nov 25, 2024
1 parent 88ffcc5 commit 77fad0f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 03_building_and_packaging/spack_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

- `v0.23.0` is currently the latest major release

- Install `curl`, `libcurl4-openssl-dev`, and `vim` to ensure that Spack v0.23.0 works in a Ubuntu Jammy container.

- Initializing Spack with

```bash
Expand Down Expand Up @@ -158,6 +160,12 @@

We see that `cmake` is an implicit dependency as we need it for building our package.

- Make sure Spack finds external packages that `HelloWorld` needs

```bash
spack external find
```

- Install package

```bash
Expand Down Expand Up @@ -245,7 +253,7 @@

`~` can be (often) used instead of `-`. There are [examples in the documentation](https://spack.readthedocs.io/en/latest/basic_usage.html#variants).

## Further reading
## Further material

### References

Expand Down

0 comments on commit 77fad0f

Please sign in to comment.