Skip to content

Commit

Permalink
Updated script to find external grep
Browse files Browse the repository at this point in the history
  • Loading branch information
stiggy87 committed Dec 30, 2024
1 parent 30c9877 commit 8dcfe6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions configs/sites/tier2/aws-rocky8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ spack external find --scope system \
--exclude openssh --exclude python
spack external find --scope system wget
spack external find --scope system mysql
spack external find --scope system grep
spack compiler find --scope system
unset SPACK_SYSTEM_CONFIG_PATH

Expand Down Expand Up @@ -331,6 +332,7 @@ spack external find --scope system perl
spack external find --scope system wget
spack external find --scope system texlive
spack external find --scope system mysql
spack external find --scope system grep

# No external find for pre-installed intel-oneapi-mpi (from pcluster AMI),
# and no way to add object entry to list using "spack config add".
Expand Down
2 changes: 2 additions & 0 deletions configs/sites/tier2/aws-ubuntu2404/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ spack external find --scope system \
--exclude openssh --exclude python
spack external find --scope system wget
spack external find --scope system mysql
spack external find --scope system grep
spack compiler find --scope system
unset SPACK_SYSTEM_CONFIG_PATH
# ACTION: Edit the site/compilers.yaml with the following.
Expand Down Expand Up @@ -253,6 +254,7 @@ spack external find --scope system perl
spack external find --scope system wget
spack external find --scope system texlive
spack external find --scope system mysql
spack external find --scope system grep

# No external find for pre-installed intel-oneapi-mpi,
# and no way to add object entry to list using "spack config add".
Expand Down

0 comments on commit 8dcfe6c

Please sign in to comment.