-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1e34f5
commit f131a36
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,8 @@ Hermes is a heterogeneous-aware, multi-tiered, dynamic, and distributed I/O buff | |
# set location of hermes_file_staging | ||
git clone https://github.com/HDFGroup/hermes | ||
spack repo add ${HERMES_REPO}/ci/hermes | ||
# The stable 1.1. development branch | ||
spack install [email protected] | ||
# The unstable 1.1. development branch | ||
spack install [email protected] | ||
# Master should include all stable updates | ||
spack install hermes@master | ||
``` | ||
|
||
### CMake | ||
|