[intel-oneap-*] no redistribution (#43826)
This commit is contained in:
parent
6e92b9180c
commit
1eecbd3208
2 changed files with 4 additions and 3 deletions
|
@ -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, license, variant
|
from spack.directives import conflicts, license, redistribute, 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
|
||||||
|
@ -30,7 +30,7 @@ class IntelOneApiPackage(Package):
|
||||||
|
|
||||||
# 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).
|
||||||
redistribute_source = False
|
redistribute(source=False, binary=False)
|
||||||
|
|
||||||
for c in [
|
for c in [
|
||||||
"target=ppc64:",
|
"target=ppc64:",
|
||||||
|
|
|
@ -10,8 +10,9 @@
|
||||||
from spack.pkg.builtin.gcc_runtime import get_elf_libraries
|
from spack.pkg.builtin.gcc_runtime import get_elf_libraries
|
||||||
|
|
||||||
|
|
||||||
|
@IntelOneApiPackage.update_description
|
||||||
class IntelOneapiRuntime(Package):
|
class IntelOneapiRuntime(Package):
|
||||||
"""Package for OneAPI compiler runtime libraries"""
|
"""Package for OneAPI compiler runtime libraries redistributables."""
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue