oneapi licenses (#43451)
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
from llnl.util.link_tree import LinkTree
|
from llnl.util.link_tree import LinkTree
|
||||||
|
|
||||||
from spack.build_environment import dso_suffix
|
from spack.build_environment import dso_suffix
|
||||||
from spack.directives import conflicts, variant
|
from spack.directives import conflicts, license, variant
|
||||||
from spack.package_base import InstallError
|
from spack.package_base import InstallError
|
||||||
from spack.util.environment import EnvironmentModifications
|
from spack.util.environment import EnvironmentModifications
|
||||||
from spack.util.executable import Executable
|
from spack.util.executable import Executable
|
||||||
@@ -26,6 +26,7 @@ class IntelOneApiPackage(Package):
|
|||||||
"""Base class for Intel oneAPI packages."""
|
"""Base class for Intel oneAPI packages."""
|
||||||
|
|
||||||
homepage = "https://software.intel.com/oneapi"
|
homepage = "https://software.intel.com/oneapi"
|
||||||
|
license("https://intel.ly/393CijO")
|
||||||
|
|
||||||
# oneAPI license does not allow mirroring outside of the
|
# oneAPI license does not allow mirroring outside of the
|
||||||
# organization (e.g. University/Company).
|
# organization (e.g. University/Company).
|
||||||
|
@@ -15,6 +15,9 @@ class IntelOneapiRuntime(Package):
|
|||||||
|
|
||||||
homepage = "https://software.intel.com/content/www/us/en/develop/tools/oneapi.html"
|
homepage = "https://software.intel.com/content/www/us/en/develop/tools/oneapi.html"
|
||||||
has_code = False
|
has_code = False
|
||||||
|
license("https://intel.ly/393CijO")
|
||||||
|
|
||||||
|
maintainers("rscohn2")
|
||||||
|
|
||||||
tags = ["runtime"]
|
tags = ["runtime"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user