From 9f799957180ddf9e710fb3386a23ee824f56b9aa Mon Sep 17 00:00:00 2001 From: Peter Josef Scheibel Date: Mon, 7 Jan 2019 18:39:38 -0800 Subject: For spec-file-based installs, store the initial spec read from the file as the abstract spec --- lib/spack/spack/cmd/install.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/spack/spack/cmd/install.py b/lib/spack/spack/cmd/install.py index fa63208b14..fc79c5d689 100644 --- a/lib/spack/spack/cmd/install.py +++ b/lib/spack/spack/cmd/install.py @@ -272,6 +272,7 @@ def install(parser, args, **kwargs): tty.warn(msg.format(file)) continue + abstract_specs.append(s) specs.append(s.concretized()) if len(specs) == 0: -- cgit v1.2.3-60-g2f50