remove comment
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
parent
cf9720e00d
commit
4005ae8651
@ -2923,9 +2923,8 @@ def _finalize_concretization(self):
|
||||
# can't use self.package here b/c not concrete yet
|
||||
pkg_cls = spack.repo.PATH.get_pkg_class(spec.name)
|
||||
pkg = pkg_cls(spec)
|
||||
|
||||
# TODO: make artifact hashes a static method
|
||||
artifact_hashes = pkg.artifact_hashes()
|
||||
|
||||
spec._package_hash = artifact_hashes.pop("package_hash")
|
||||
spec._artifact_hashes = artifact_hashes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user