LLNL / uberenv

Automates using spack to build and deploy software
Other
25 stars 9 forks source link

Add ability to create a useful Spack environment via command line #105

Closed white238 closed 1 year ago

white238 commented 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>