Skip to content

Commit

Permalink
[intel-oneap-*] no redistribution (#43826)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Apr 26, 2024
1 parent 6e92b91 commit 1eecbd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/spack/spack/build_systems/oneapi.py
Expand Up @@ -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
Expand All @@ -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:",
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit 1eecbd3

Please sign in to comment.