summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2017-02-08 13:12:10 -0800
committerGitHub <noreply@github.com>2017-02-08 13:12:10 -0800
commitb192011addad8e62ea1fdbdc4039887d0df6db4d (patch)
treef69b054d3ba1f1974b13ab0ab8801455d832b3bd
parent79c1f7885a7d249eb03b259f1c885a6de90222ce (diff)
downloadspack-b192011addad8e62ea1fdbdc4039887d0df6db4d.tar.gz
spack-b192011addad8e62ea1fdbdc4039887d0df6db4d.tar.bz2
spack-b192011addad8e62ea1fdbdc4039887d0df6db4d.tar.xz
spack-b192011addad8e62ea1fdbdc4039887d0df6db4d.zip
Revert "db and concretization of packages modified after installation: fixes #2911" (#3078)
-rw-r--r--lib/spack/spack/database.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/database.py b/lib/spack/spack/database.py
index 01d545de6d..d3fc03fb40 100644
--- a/lib/spack/spack/database.py
+++ b/lib/spack/spack/database.py
@@ -340,7 +340,6 @@ class Database(object):
# cached prematurely.
for hash_key, rec in data.items():
rec.spec._mark_concrete()
- rec.spec.package.spec._mark_concrete()
self._data = data