Skip to content

Commit

Permalink
Mention spackability for CMake install
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Oct 16, 2023
1 parent 16bdc96 commit a3d906f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ spack install hermes@master

Hermes makes use of the CMake build system and requires an out of source build.

Hermes has a corresponding package, hermes_shm, which has all the same dependencies as Hermes.
```
spack install hermes_shm
spack load hermes_shm
```

You can then build Hermes with CMake:
```
cd /path/to/hermes
mkdir build
Expand Down

0 comments on commit a3d906f

Please sign in to comment.