add note for consideration

This commit is contained in:
Peter Josef Scheibel
2022-10-19 14:39:49 -06:00
committed by Gregory Becker
parent 821d20cf06
commit d68e1c976d

View File

@@ -700,6 +700,8 @@ def __init__(self, spec):
settings = spack.config.get("packages").get(spec.name, {}).get("package_attributes", {})
for key, val in settings.items():
setattr(self, key, val)
# Note: the potential issue with setting these attributes here vs.
# in Repo.get is that subclasses could override these properties
@classmethod
def possible_dependencies(