spack.package: re-export EnvironmentModifications / Prefix (#48792)

This commit is contained in:
Harmen Stoppels
2025-01-31 08:20:15 +01:00
committed by GitHub
parent d0cbd056a8
commit 2c51b5853f
21 changed files with 4 additions and 27 deletions

View File

@@ -60,7 +60,6 @@ class tty:
)
from llnl.util.symlink import symlink
# These props will be overridden when the build env is set up.
from spack.build_environment import MakeExecutable
from spack.build_systems.aspell_dict import AspellDictPackage
from spack.build_systems.autotools import AutotoolsPackage
@@ -147,8 +146,10 @@ class tty:
)
from spack.phase_callbacks import run_after, run_before
from spack.spec import Spec
from spack.util.environment import EnvironmentModifications
from spack.util.executable import Executable, ProcessError, which, which_string
from spack.util.filesystem import fix_darwin_install_name
from spack.util.prefix import Prefix
from spack.variant import any_combination_of, auto_or_any_combination_of, disjoint_sets
from spack.version import Version, ver