Closed white238 closed 1 year ago
Proposed workflow:
uberenv.py --spack-create-environment /some/path/spack.yaml
Which calls the following commands:
// setup spack spack env create -d /some/path/spack.yaml spack compiler find spack external find --not-buildable <list of important packages coming from .uberenv_config.json>
Proposed workflow:
Which calls the following commands: