Skip to content

Commit

Permalink
Merge pull request #6 from spack/add/grep
Browse files Browse the repository at this point in the history
Add grep to bootstrap packages since it depends on itself
  • Loading branch information
alecbcs authored Jun 22, 2024
2 parents f8a1a71 + fd767af commit 3294b25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ spack:
- gmake
- patch
- python
- sed
- tar
- unzip
- util-linux
# We need to bootstrap the following packages that depend on themselves
- sed
- grep
view:
final:
root: /view
Expand Down

0 comments on commit 3294b25

Please sign in to comment.