From fd767afd3a1f3074c08dceacd746038e167f009e Mon Sep 17 00:00:00 2001 From: Alec Scott Date: Fri, 21 Jun 2024 17:46:58 -0700 Subject: [PATCH] Add grep to list of bootstrap packages since it depends on itself --- spack.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index bec6595..e8da758 100644 --- a/spack.yaml +++ b/spack.yaml @@ -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