Automates using Spack (https://www.spack.io/) to build and deploy software.
Uberenv is a short python script that helps automate using Spack to build third-party dependencies for development and to deploy Spack packages.
Uberenv was released as part of the Conduit (https://github.com/LLNL/conduit/). It is included in-source in several projects, this repo is used to hold the latest reference version.
For more details, see Uberenv's documention:
https://uberenv.readthedocs.io
You can also find details about how it is used in Conduit's documentation:
Conduit's source repo also serves as an example for uberenv and spack configuration files, etc: