add note for consideration
This commit is contained in:
committed by
Gregory Becker
parent
821d20cf06
commit
d68e1c976d
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user