oneapi: add v2022.2 (#30531)

This commit is contained in:
Robert Cohn
2022-05-10 01:25:06 -04:00
committed by GitHub
parent a0d4630448
commit c47c5d75e4
15 changed files with 137 additions and 13 deletions

View File

@@ -30,6 +30,15 @@ class IntelOneApiPackage(Package):
# organization (e.g. University/Company).
redistribute_source = False
@staticmethod
def update_description(cls):
"""Updates oneapi package descriptions with common text."""
text = """ LICENSE INFORMATION: By downloading and using this software, you agree to the terms
and conditions of the software license agreements at https://intel.ly/393CijO."""
cls.__doc__ = cls.__doc__ + text
return cls
@property
def component_dir(self):
"""Subdirectory for this component in the install prefix."""