Modules
- High-level API for build scripts that consumes
[package.metadata.spack]. - Utilities for building code with wasm support via emscripten.
Functions
- Call
spack install <spec>and parse the result ofspack find --json. - Call
ensure_installed, then return its installation root prefix from withinopt/spack/.... - Like
fs::create_dir_all, except handles concurrent calls among multiple threads or processes. Originally lifted from rustc, then from pants.