pub async fn ensure_prefix(
spack: SpackInvocation,
spec: CLISpec,
) -> Result<Prefix, Error>
Expand description
Call ensure_installed
, then return its installation root prefix from
within opt/spack/...
.
pub async fn ensure_prefix(
spack: SpackInvocation,
spec: CLISpec,
) -> Result<Prefix, Error>
Call ensure_installed
, then return its installation root prefix from
within opt/spack/...
.