We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ee42e commit 6a2ceccCopy full SHA for 6a2cecc
util/fetch_cargo_deps.py
@@ -25,7 +25,7 @@
25
from spack_repo.builtin.build_systems.python import PythonPackage
26
from spack.package_base import PackageBase
27
from spack.util.executable import Executable, which
28
-from llnl.util.filesystem import working_dir
+from spack.llnl.util.filesystem import working_dir
29
from spack.store import find
30
from spack.util.environment import EnvironmentModifications
31
from spack.error import SpackError
@@ -117,6 +117,7 @@
117
cargo_exe = Executable(cargo_wrapper)
118
119
env = EnvironmentModifications()
120
+ env.set("CARGO_HOME", cargo_home)
121
if cargo_bin:
122
env.prepend_path("PATH", cargo_bin)
123
for root, dirs, files in os.walk(pkg.stage.source_path):
0 commit comments