view: dont warn about externals (#43771)
since it's the status quo on linux after libc as external by default
This commit is contained in:
parent
80b5106611
commit
69f417b26a
1 changed files with 0 additions and 3 deletions
|
@ -662,9 +662,6 @@ def add_specs(self, *specs: spack.spec.Spec) -> None:
|
||||||
return
|
return
|
||||||
|
|
||||||
# Drop externals
|
# Drop externals
|
||||||
for s in specs:
|
|
||||||
if s.external:
|
|
||||||
tty.warn("Skipping external package: " + s.short_spec)
|
|
||||||
specs = [s for s in specs if not s.external]
|
specs = [s for s in specs if not s.external]
|
||||||
|
|
||||||
self._sanity_check_view_projection(specs)
|
self._sanity_check_view_projection(specs)
|
||||||
|
|
Loading…
Reference in a new issue