[intel-oneap-*] no redistribution (#43826)

This commit is contained in:
Robert Cohn 2024-04-26 08:03:39 -04:00 committed by GitHub
parent 6e92b9180c
commit 1eecbd3208
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,7 @@
from llnl.util.link_tree import LinkTree
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.util.environment import EnvironmentModifications
from spack.util.executable import Executable
@ -30,7 +30,7 @@ class IntelOneApiPackage(Package):
# oneAPI license does not allow mirroring outside of the
# organization (e.g. University/Company).
redistribute_source = False
redistribute(source=False, binary=False)
for c in [
"target=ppc64:",

View file

@ -10,8 +10,9 @@
from spack.pkg.builtin.gcc_runtime import get_elf_libraries
@IntelOneApiPackage.update_description
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"
has_code = False