Closed adayton1 closed 8 months ago
https://github.com/LLNL/serac/blob/7672d330192aec5f4eb46ef48e0f5ec713b203f7/.uberenv_config.json#L9
In a hurry, but if this is not in the documentation it should be added.
Thanks, @white238! The documentation does not mention that you can provide a list of multiple directories.
Does the order of the list match the order specified in repos.yml?
Chris answered my question offline, but yes, it does match the order specified in repos.yml (packages from the right-most entry override packages from the entries to the left)
I can't find a way to support pulling from multiple spack package repos (e.g. pick a package from my current repository, pick some other packages from radiuss-spack-configs, then finally pick any remaining packages from spack). Is there a way to do this? If not, could this feature be added? It seems like it would just come down to providing the path to the repos.yml file you want to use (not to be confused with the singular repo.yml file). See https://spack.readthedocs.io/en/latest/repositories.html#repos-yaml.